sleepd/custom_components/saas/translations/en.json
2024-05-06 22:00:50 -06:00

37 lines
No EOL
1.2 KiB
JSON

{
"title": "SAAS - Sleep As Android Status",
"config": {
"step": {
"user": {
"title": "Configuration for SAAS - Sleep As Android Status",
"description": "Configure the basic settings for the SAAS integration.",
"data": {
"name": "Name for Sensor",
"topic_template": "MQTT Topic for Sleep As Android Events",
"qos": "Quality of Service (QoS) for MQTT",
"awake_duration": "Awake Duration",
"sleep_duration": "Asleep Duration",
"awake_states": "Awake States*",
"sleep_states": "Asleep States*"
}
}
}
},
"options": {
"step": {
"init": {
"title": "SAAS Integration Settings",
"description": "Configure the basic settings for the SAAS integration.",
"data": {
"name": "Name for Sensor",
"topic_template": "MQTT Topic (from Sleep As Android)",
"qos": "MQTT Quality of Service (QoS)",
"awake_duration": "Awake Duration",
"sleep_duration": "Asleep Duration",
"awake_states": "Awake States*",
"sleep_states": "Asleep States*"
}
}
}
}
}