1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/watergate/icons.json
adam-the-hero a1a808b843 Add EventEntity for Auto Shut Off events in Watergate integration (#135675)
* Add EventEntity for Auto Shut Off events in Watergate integration

* Split events into two: volume and duration

* Add icons to json. Extract some common translation keys. Simplify tests

* Apply suggestions from code review

* Fix

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-03-25 10:53:36 +01:00

13 lines
192 B
JSON

{
"entity": {
"event": {
"auto_shut_off_volume": {
"default": "mdi:water"
},
"auto_shut_off_duration": {
"default": "mdi:timelapse"
}
}
}
}