mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-11-07 18:18:14 +00:00
Added two screenshots for the Number Picker to Numeric.md
This commit is contained in:
@@ -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.
|
<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.
|
||||||
|
|
||||||
<img src="../images/template_number.png" width="500" title="Home Assistant Helper definition for an 'input_number'." style="margin:5px"/>
|
<img src="../images/template_number.png" width="500" title="Home Assistant Helper definition for an 'input_number'." style="margin:5px"/>
|
||||||
|
|
||||||
@@ -112,7 +114,9 @@ For copy and paste, the Jinja2 fields are as follows:
|
|||||||
{{ not is_state('media_player.amplifier','unavailable') }}
|
{{ 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`:
|
<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`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
template:
|
template:
|
||||||
|
|||||||
BIN
images/number_picker_db.bmp
Normal file
BIN
images/number_picker_db.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 KiB |
BIN
images/number_picker_raw.bmp
Normal file
BIN
images/number_picker_raw.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 KiB |
Reference in New Issue
Block a user