Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatik authored Dec 29, 2024
1 parent 4901293 commit 023c7f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Welcome to our [Smart Home Israel](https://discord.gg/ayZ3Kkg) Discord channel t
- Fully supports HA UI Editor (no need to edit YAML code).
- Displays remaining time in state field.
- Optional additional 2 sensors to display in state field. Sensor 1 to be displayed when Switcher is On. Sensor 2 to be displayed when Switcher is On and Off.
- The time selection button loops through 15/30/45/60 minutes, when clicked.
- The time selection button loops through configurable timer values in munutes, when clicked. Default is 15/30/45/60.
- Turn on with or without selected timer.
- Support editing in YAML as well (please see table below).

Expand Down Expand Up @@ -77,6 +77,7 @@ The card can be fully configured from HA UI Editor.
| `time_left` | Time left sensor entity. Leave empty if you don't want it to be displayed. | no |
| `sensor_1` | Sensor 1 entity. Displayed only when Switcher is On. | no |
| `sensor_2` | Sensor 2 entity. Displayed when Switcher is On and Off. | no |
| `timer_values` | List of values for timer in minutes. Default is 15/30/45/60. | no |

Example:

Expand All @@ -87,6 +88,11 @@ name: Boiler
icon: mdi:waves
time_left: sensor.switcher_touch_d54f_remaining_time
sensor_1: sensor.switcher_touch_d54f_current
timer_values:
- "15"
- "30"
- "45"
- "60"
```

<!-- Badges -->
Expand Down

0 comments on commit 023c7f0

Please sign in to comment.