mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
Add 'toggle' device action translation to fan (#71590)
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"turned_off": "{entity_name} turned off"
|
"turned_off": "{entity_name} turned off"
|
||||||
},
|
},
|
||||||
"action_type": {
|
"action_type": {
|
||||||
|
"toggle": "Toggle {entity_name}",
|
||||||
"turn_on": "Turn on {entity_name}",
|
"turn_on": "Turn on {entity_name}",
|
||||||
"turn_off": "Turn off {entity_name}"
|
"turn_off": "Turn off {entity_name}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user