1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/tod/strings.json

27 lines
674 B
JSON
Raw Normal View History

{
"title": "Times of the Day Sensor",
"config": {
"step": {
"user": {
"title": "Add Times of the Day Sensor",
"description": "Create a binary sensor that turns on or off depending on the time.",
"data": {
"after_time": "On time",
"before_time": "Off time",
"name": "[%key:common::config_flow::data::name%]"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"after_time": "[%key:component::tod::config::step::user::data::after_time%]",
"before_time": "[%key:component::tod::config::step::user::data::before_time%]"
}
}
}
}
}