Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski authored Jan 30, 2025
1 parent 392a72e commit 89c2343
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,19 +311,19 @@ Examples:
menu_id: "water_box_mode",
icon_id: "water_box_mode",
entity: "select.water_box_mode"
available_values_attribute: "options",
available_values_attribute: "options"
icon: "mdi:water",
icon_mapping:
off: "mdi:water-remove",
mild: "mdi:water-minus",
moderate: "mdi:water",
intense: "mdi:water-plus",
off: "mdi:water-remove"
mild: "mdi:water-minus"
moderate: "mdi:water"
intense: "mdi:water-plus"
custom: "mdi:water-sync"
tap_action:
action: "call-service",
service: "select.select_option",
action: "call-service"
service: "select.select_option"
service_data:
option: "[[value]]",
option: "[[value]]"
entity_id: "[[entity_id]]"
```

Expand Down Expand Up @@ -902,4 +902,4 @@ If you want to support my work with a donation you can use one of the following
[revolut_me_shield]: https://img.shields.io/static/v1.svg?label=%20&message=Revolut&logo=revolut

[revolut_me]: https://revolut.me/314ma
<!-- piotrmachowski_support_links_end -->
<!-- piotrmachowski_support_links_end -->

0 comments on commit 89c2343

Please sign in to comment.