27 lines
639 B
JSON
27 lines
639 B
JSON
{
|
|
"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": "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%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|