From fe9b7c978054cc794a6ecd28439573b8782f57d2 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 16 Nov 2025 17:43:26 +0000 Subject: [PATCH] Add credits for Tom Michel's contribution Added credits section acknowledging Tom Michel's contribution. Signed-off-by: Philip Abbey --- examples/Numeric.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/Numeric.md b/examples/Numeric.md index edbd667..878b442 100644 --- a/examples/Numeric.md +++ b/examples/Numeric.md @@ -165,3 +165,7 @@ The JSON menu definition can now use dB with the new template number as follows. Specific to this menu item: 1. If the number picker does not initialise with the correct value, amend the `attribute` field. Just because your template renders does not mean the application has extracted the numeric value as the `content` template is rendered on the HomeAssistant server. + +## Credits + +With thanks to Tom Michel, [@thmichel](https://github.com/thmichel) for contributing this solution.