core/homeassistant/components/mill/strings.json

55 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"connection_type": "Select connection type"
},
"description": "Select connection type. Local requires generation 3 heaters"
},
"cloud": {
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"local": {
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
},
"description": "Local IP address of the device."
}
}
},
"services": {
"set_room_temperature": {
"name": "Set room temperature",
"description": "Sets Mill room temperatures.",
"fields": {
"room_name": {
"name": "Room name",
"description": "Name of room to change."
},
"away_temp": {
"name": "Away temperature",
"description": "Away temp."
},
"comfort_temp": {
"name": "Comfort temperature",
"description": "Comfort temp."
},
"sleep_temp": {
"name": "Sleep temperature",
"description": "Sleep temp."
}
}
}
}
}