mirror of https://github.com/home-assistant/core
66 lines
1.2 KiB
JSON
66 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"flow_title": "eQ-3 Device [{mac}]",
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure new eQ-3 device",
|
|
"data": {
|
|
"mac": "MAC address"
|
|
}
|
|
},
|
|
"init": {
|
|
"title": "Configure new eQ-3 device"
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_mac_address": "Invalid MAC address"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"dst": {
|
|
"name": "Daylight saving time"
|
|
}
|
|
},
|
|
"number": {
|
|
"comfort": {
|
|
"name": "Comfort temperature"
|
|
},
|
|
"eco": {
|
|
"name": "Eco temperature"
|
|
},
|
|
"offset": {
|
|
"name": "Offset temperature"
|
|
},
|
|
"window_open_temperature": {
|
|
"name": "Window open temperature"
|
|
},
|
|
"window_open_timeout": {
|
|
"name": "Window open timeout"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"away_until": {
|
|
"name": "Away until"
|
|
},
|
|
"valve": {
|
|
"name": "Valve"
|
|
}
|
|
},
|
|
"switch": {
|
|
"lock": {
|
|
"name": "Lock"
|
|
},
|
|
"boost": {
|
|
"name": "Boost"
|
|
},
|
|
"away": {
|
|
"name": "Away"
|
|
}
|
|
}
|
|
}
|
|
}
|