Files
ha-core/homeassistant/components/snoo/strings.json
Luke Lashley 571349e3a2 Add Snoo integration (#134243)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-02-24 13:45:10 +01:00

45 lines
1.1 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "Your Snoo username or email",
"password": "Your Snoo password"
}
}
},
"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%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"sensor": {
"state": {
"name": "State",
"state": {
"baseline": "Baseline",
"level1": "Level 1",
"level2": "Level 2",
"level3": "Level 3",
"level4": "Level 4",
"stop": "Stopped",
"pretimeout": "Pre-timeout",
"timeout": "Timeout"
}
},
"time_left": {
"name": "Time left"
}
}
}
}