2019-11-07 11:26:10 +00:00
|
|
|
{
|
2020-04-16 18:52:27 +00:00
|
|
|
"title": "Fan",
|
2019-11-07 11:26:10 +00:00
|
|
|
"device_automation": {
|
2019-12-16 07:41:32 +00:00
|
|
|
"condition_type": {
|
2019-11-07 15:29:10 +00:00
|
|
|
"is_on": "{entity_name} is on",
|
|
|
|
"is_off": "{entity_name} is off"
|
|
|
|
},
|
2019-11-07 11:38:58 +00:00
|
|
|
"trigger_type": {
|
2022-01-17 15:34:40 +00:00
|
|
|
"changed_states": "{entity_name} turned on or off",
|
2019-11-07 11:38:58 +00:00
|
|
|
"turned_on": "{entity_name} turned on",
|
|
|
|
"turned_off": "{entity_name} turned off"
|
2019-11-07 12:48:23 +00:00
|
|
|
},
|
2019-11-07 11:26:10 +00:00
|
|
|
"action_type": {
|
2022-05-09 20:09:43 +00:00
|
|
|
"toggle": "Toggle {entity_name}",
|
2019-11-07 11:26:10 +00:00
|
|
|
"turn_on": "Turn on {entity_name}",
|
|
|
|
"turn_off": "Turn off {entity_name}"
|
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
},
|
2023-03-16 11:16:08 +00:00
|
|
|
"entity_component": {
|
2020-04-20 23:25:35 +00:00
|
|
|
"_": {
|
2023-03-16 20:10:20 +00:00
|
|
|
"name": "[%key:component::fan::title%]",
|
2023-03-16 11:16:08 +00:00
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"on": "[%key:common::state::on%]"
|
2023-03-17 03:01:47 +00:00
|
|
|
},
|
|
|
|
"state_attributes": {
|
|
|
|
"direction": {
|
|
|
|
"name": "Direction",
|
|
|
|
"state": {
|
|
|
|
"forward": "Forward",
|
|
|
|
"reverse": "Reverse"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"oscillating": {
|
2023-03-21 11:39:07 +00:00
|
|
|
"name": "Oscillating",
|
|
|
|
"state": {
|
2023-03-21 19:42:44 +00:00
|
|
|
"true": "[%key:common::state::yes%]",
|
2023-03-21 11:39:07 +00:00
|
|
|
"false": "[%key:common::state::no%]"
|
|
|
|
}
|
2023-03-17 03:01:47 +00:00
|
|
|
},
|
|
|
|
"percentage": {
|
|
|
|
"name": "Speed"
|
|
|
|
},
|
|
|
|
"percentage_step": {
|
|
|
|
"name": "Speed step"
|
|
|
|
},
|
|
|
|
"preset_modes": {
|
|
|
|
"name": "Available preset modes"
|
|
|
|
},
|
|
|
|
"preset_mode": {
|
|
|
|
"name": "Preset mode"
|
|
|
|
}
|
2023-03-16 11:16:08 +00:00
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
}
|
2023-05-28 19:53:32 +00:00
|
|
|
},
|
|
|
|
"issues": {
|
|
|
|
"platform_integration_no_support": {
|
|
|
|
"title": "[%key:common::issues::platform_integration_no_support_title%]",
|
|
|
|
"description": "[%key:common::issues::platform_integration_no_support_description%]"
|
|
|
|
}
|
2019-11-07 11:26:10 +00:00
|
|
|
}
|
2019-11-07 12:48:23 +00:00
|
|
|
}
|