From a3de208073f4745896dbb31494eb24c44c713bfc Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 16 Nov 2025 17:45:53 +0000 Subject: [PATCH] Add credits section for PIN feature contributor Added credits section acknowledging Matthias Oesterheld for the PIN feature contribution. Signed-off-by: Philip Abbey --- examples/Actions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/Actions.md b/examples/Actions.md index dec54f5..9f55ada 100644 --- a/examples/Actions.md +++ b/examples/Actions.md @@ -177,3 +177,7 @@ Here is an example of how to make a light effect selector: ``` The same pattern works for any selector (`input_select.*`, `select.*`, `climate.*` mode). + +## Credits + +With thanks to Matthias Oesterheld, [moesterheld](https://github.com/moesterheld) for contributing the PIN feature.