diff --git a/examples/Numeric.md b/examples/Numeric.md index 32e7e9d..b259feb 100644 --- a/examples/Numeric.md +++ b/examples/Numeric.md @@ -88,6 +88,8 @@ The complication here is this amplifier uses one scale for changing the value, a } ``` + + The above is a little awkward to change the volume as the picker's scale is unfamiliar. To make life easier you might choose to implement a "Template number" in HomeAssistant as defined in the following dialogue box. @@ -112,6 +114,8 @@ For copy and paste, the Jinja2 fields are as follows: {{ not is_state('media_player.amplifier','unavailable') }} ``` + + As an alternative to using the GUI, the following can be pasted into HomeAssistant's `configuration.yaml`: ```yaml diff --git a/images/number_picker_db.bmp b/images/number_picker_db.bmp new file mode 100644 index 0000000..9595d44 Binary files /dev/null and b/images/number_picker_db.bmp differ diff --git a/images/number_picker_raw.bmp b/images/number_picker_raw.bmp new file mode 100644 index 0000000..5458468 Binary files /dev/null and b/images/number_picker_raw.bmp differ