1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/huum/strings.json
2025-10-28 10:33:10 +01:00

35 lines
972 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"description": "Log in with the same username and password that is used in the Huum mobile app.",
"title": "Connect to the Huum"
}
}
},
"entity": {
"light": {
"light": {
"name": "[%key:component::light::title%]"
}
},
"number": {
"humidity": {
"name": "[%key:component::sensor::entity_component::humidity::name%]"
}
}
}
}