diff --git a/examples/Numeric.md b/examples/Numeric.md index 558962b..ffd37d0 100644 --- a/examples/Numeric.md +++ b/examples/Numeric.md @@ -88,7 +88,9 @@ 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 Home Assistant as defined in the following dialogue box. + + +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,7 +114,9 @@ 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 Home Assistant's `configuration.yaml`: + + +As an alternative to using the GUI, the following can be pasted into HomeAssistant's `configuration.yaml`: ```yaml template: 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