1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/sanix/strings.json
2025-10-28 10:33:10 +01:00

37 lines
923 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"serial_number": "Serial number",
"token": "[%key:common::config_flow::data::access_token%]"
},
"description": "To get the Serial number and the Token you just have to sign in to the [Sanix Dashboard]({dashboard_url}) and open the Help -> System version page."
}
}
},
"entity": {
"sensor": {
"device_no": {
"name": "Device number"
},
"fill_perc": {
"name": "Filled"
},
"service_date": {
"name": "Service date"
},
"ssid": {
"name": "SSID"
}
}
}
}