2020-06-23 17:04:51 +00:00
|
|
|
{
|
|
|
|
"title": "Humidifier",
|
|
|
|
"device_automation": {
|
2020-07-18 04:57:52 +00:00
|
|
|
"trigger_type": {
|
|
|
|
"target_humidity_changed": "{entity_name} target humidity changed",
|
2023-07-10 10:56:51 +00:00
|
|
|
"changed_states": "[%key:common::device_automation::trigger_type::changed_states%]",
|
|
|
|
"turned_on": "[%key:common::device_automation::trigger_type::turned_on%]",
|
|
|
|
"turned_off": "[%key:common::device_automation::trigger_type::turned_off%]"
|
2020-07-18 04:57:52 +00:00
|
|
|
},
|
2020-07-17 18:33:52 +00:00
|
|
|
"condition_type": {
|
|
|
|
"is_mode": "{entity_name} is set to a specific mode",
|
2023-07-10 10:56:51 +00:00
|
|
|
"is_on": "[%key:common::device_automation::condition_type::is_on%]",
|
|
|
|
"is_off": "[%key:common::device_automation::condition_type::is_off%]"
|
2020-07-17 18:33:52 +00:00
|
|
|
},
|
2020-06-23 17:04:51 +00:00
|
|
|
"action_type": {
|
|
|
|
"set_humidity": "Set humidity for {entity_name}",
|
|
|
|
"set_mode": "Change mode on {entity_name}",
|
2023-07-10 10:56:51 +00:00
|
|
|
"toggle": "[%key:common::device_automation::action_type::toggle%]",
|
|
|
|
"turn_on": "[%key:common::device_automation::action_type::turn_on%]",
|
|
|
|
"turn_off": "[%key:common::device_automation::action_type::turn_off%]"
|
2020-06-23 17:04:51 +00:00
|
|
|
}
|
|
|
|
},
|
2023-03-16 11:16:08 +00:00
|
|
|
"entity_component": {
|
2020-06-23 17:04:51 +00:00
|
|
|
"_": {
|
2023-03-16 20:10:20 +00:00
|
|
|
"name": "[%key:component::humidifier::title%]",
|
2023-03-16 11:16:08 +00:00
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"on": "[%key:common::state::on%]"
|
2023-05-17 11:10:08 +00:00
|
|
|
},
|
|
|
|
"state_attributes": {
|
2023-06-28 11:21:17 +00:00
|
|
|
"action": {
|
|
|
|
"name": "Action",
|
|
|
|
"state": {
|
|
|
|
"humidifying": "Humidifying",
|
|
|
|
"drying": "Drying",
|
|
|
|
"idle": "Idle",
|
2023-07-04 11:52:01 +00:00
|
|
|
"off": "[%key:common::state::off%]"
|
2023-06-28 11:21:17 +00:00
|
|
|
}
|
|
|
|
},
|
2023-05-17 11:10:08 +00:00
|
|
|
"available_modes": {
|
|
|
|
"name": "Available modes"
|
|
|
|
},
|
2023-06-20 07:43:33 +00:00
|
|
|
"current_humidity": {
|
|
|
|
"name": "Current humidity"
|
|
|
|
},
|
2023-05-17 11:10:08 +00:00
|
|
|
"humidity": {
|
|
|
|
"name": "Target humidity"
|
|
|
|
},
|
|
|
|
"max_humidity": {
|
|
|
|
"name": "Max target humidity"
|
|
|
|
},
|
|
|
|
"min_humidity": {
|
|
|
|
"name": "Min target humidity"
|
|
|
|
},
|
|
|
|
"mode": {
|
|
|
|
"name": "Mode",
|
|
|
|
"state": {
|
|
|
|
"normal": "Normal",
|
|
|
|
"eco": "Eco",
|
|
|
|
"away": "Away",
|
|
|
|
"boost": "Boost",
|
|
|
|
"comfort": "Comfort",
|
|
|
|
"home": "Home",
|
|
|
|
"sleep": "Sleep",
|
|
|
|
"auto": "Auto",
|
|
|
|
"baby": "Baby"
|
|
|
|
}
|
|
|
|
}
|
2023-03-16 11:16:08 +00:00
|
|
|
}
|
2023-03-16 20:10:20 +00:00
|
|
|
},
|
|
|
|
"dehumidifier": {
|
|
|
|
"name": "Dehumidifier"
|
|
|
|
},
|
|
|
|
"humidifier": {
|
|
|
|
"name": "[%key:component::humidifier::entity_component::_::name%]"
|
2020-06-23 17:04:51 +00:00
|
|
|
}
|
2023-07-12 16:05:51 +00:00
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"set_mode": {
|
|
|
|
"name": "Set mode",
|
|
|
|
"description": "Sets the humidifier operation mode.",
|
|
|
|
"fields": {
|
|
|
|
"mode": {
|
|
|
|
"name": "Mode",
|
|
|
|
"description": "Operation mode. For example, _normal_, _eco_, or _away_. For a list of possible values, refer to the integration documentation."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"set_humidity": {
|
|
|
|
"name": "Set humidity",
|
|
|
|
"description": "Sets the target humidity.",
|
|
|
|
"fields": {
|
|
|
|
"humidity": {
|
|
|
|
"name": "Humidity",
|
|
|
|
"description": "Target humidity."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"turn_on": {
|
|
|
|
"name": "Turn on",
|
|
|
|
"description": "Turns the humidifier on."
|
|
|
|
},
|
|
|
|
"turn_off": {
|
|
|
|
"name": "Turn off",
|
|
|
|
"description": "Turns the humidifier off."
|
|
|
|
},
|
|
|
|
"toggle": {
|
|
|
|
"name": "Toggle",
|
|
|
|
"description": "Toggles the humidifier on/off."
|
|
|
|
}
|
2020-06-23 17:04:51 +00:00
|
|
|
}
|
|
|
|
}
|