1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/venstar/strings.json
2025-10-28 10:33:10 +01:00

55 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"pin": "[%key:common::config_flow::data::pin%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "Hostname or IP address of your Venstar thermostat."
},
"description": "Connect to the Venstar thermostat"
}
}
},
"entity": {
"sensor": {
"active_stage": {
"name": "Active stage",
"state": {
"first_stage": "First stage",
"idle": "[%key:common::state::idle%]",
"second_stage": "Second stage"
}
},
"filter_install_time": {
"name": "Filter installation time"
},
"filter_usage": {
"name": "Filter usage"
},
"schedule_part": {
"name": "Schedule part",
"state": {
"day": "Day",
"evening": "Evening",
"inactive": "Inactive",
"morning": "Morning",
"night": "Night"
}
}
}
}
}