17 lines
735 B
JSON
17 lines
735 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"set_hvac_mode": "zmie\u0144 tryb HVAC na {entity_name}",
|
|
"set_preset_mode": "zmie\u0144 ustawienia dla {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_hvac_mode": "na {entity_name} jest ustawiony okre\u015blony tryb HVAC",
|
|
"is_preset_mode": "na {entity_name} jest okre\u015blone ustawienie"
|
|
},
|
|
"trigger_type": {
|
|
"current_humidity_changed": "zmieni si\u0119 zmierzona wilgotno\u015b\u0107 {entity_name}",
|
|
"current_temperature_changed": "zmieni si\u0119 zmierzona temperatura {entity_name}",
|
|
"hvac_mode_changed": "zmieni si\u0119 tryb HVAC {entity_name}"
|
|
}
|
|
}
|
|
} |