hass-core/homeassistant/components/palazzetti/strings.json
dotvav 7515deddab
Palazzetti DHCP Discovery (#129731)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-11-10 11:48:52 +01:00

52 lines
1.2 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The host name or the IP address of the Palazzetti CBox"
}
},
"discovery_confirm": {
"description": "Do you want to add {name} ({host}) to Home Assistant?"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
}
},
"exceptions": {
"on_off_not_available": {
"message": "The appliance cannot be turned on or off."
},
"invalid_fan_mode": {
"message": "Fan mode {value} is invalid."
},
"invalid_target_temperatures": {
"message": "Target temperature {value} is invalid."
},
"cannot_connect": {
"message": "Could not connect to the device."
}
},
"entity": {
"climate": {
"palazzetti": {
"state_attributes": {
"fan_mode": {
"state": {
"silent": "Silent",
"auto": "Auto",
"high": "High"
}
}
}
}
}
}
}