1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00
Files
core/homeassistant/components/mill/strings.json
2025-10-28 10:33:10 +01:00

80 lines
2.0 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": {
"cloud": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
}
},
"local": {
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
},
"description": "Local IP address of the device."
},
"user": {
"data": {
"connection_type": "Select connection type"
},
"description": "Select connection type. Local requires generation 3 heaters"
}
}
},
"entity": {
"sensor": {
"control_signal": {
"name": "Control signal"
},
"current_power": {
"name": "Current power"
},
"day_consumption": {
"name": "Day consumption"
},
"estimated_co2": {
"name": "Estimated CO2"
},
"tvoc": {
"name": "TVOC"
},
"uncalibrated_temperature": {
"name": "Uncalibrated temperature"
},
"year_consumption": {
"name": "Year consumption"
}
}
},
"services": {
"set_room_temperature": {
"description": "Sets Mill room temperatures.",
"fields": {
"away_temp": {
"description": "Room temperature in away mode",
"name": "Away temperature"
},
"comfort_temp": {
"description": "Room temperature in comfort mode",
"name": "Comfort temperature"
},
"room_name": {
"description": "Name of room to change.",
"name": "Room name"
},
"sleep_temp": {
"description": "Room temperature in sleep mode",
"name": "Sleep temperature"
}
},
"name": "Set room temperature"
}
}
}