mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
* 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>
13 lines
192 B
JSON
13 lines
192 B
JSON
{
|
|
"entity": {
|
|
"event": {
|
|
"auto_shut_off_volume": {
|
|
"default": "mdi:water"
|
|
},
|
|
"auto_shut_off_duration": {
|
|
"default": "mdi:timelapse"
|
|
}
|
|
}
|
|
}
|
|
}
|