Added two screenshots for the Number Picker to Numeric.md (#316)

Amendment to documentation. Overlaps with changes a couple of changes on
#308 due to order.
This commit is contained in:
Philip Abbey
2025-11-04 20:50:51 +00:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ The complication here is this amplifier uses one scale for changing the value, a
} }
``` ```
<img src="../images/number_picker_raw.bmp" width="200" title="HomeAssistant Helper definition for an 'input_number'." style="margin:5px"/>
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. 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.
<img src="../images/template_number.png" width="500" title="HomeAssistant Helper definition for an 'input_number'." style="margin:5px"/> <img src="../images/template_number.png" width="500" title="HomeAssistant Helper definition for an 'input_number'." style="margin:5px"/>
@@ -112,6 +114,8 @@ For copy and paste, the Jinja2 fields are as follows:
{{ not is_state('media_player.amplifier','unavailable') }} {{ not is_state('media_player.amplifier','unavailable') }}
``` ```
<img src="../images/number_picker_db.bmp" width="200" title="HomeAssistant Helper definition for an 'input_number'." style="margin:5px"/>
As an alternative to using the GUI, the following can be pasted into HomeAssistant's `configuration.yaml`: As an alternative to using the GUI, the following can be pasted into HomeAssistant's `configuration.yaml`:
```yaml ```yaml

BIN
images/number_picker_db.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 KiB