2020-04-20 23:25:35 +00:00
{
"title" : "Group" ,
2022-03-07 12:05:04 +00:00
"config" : {
"step" : {
2022-03-10 09:39:51 +00:00
"user" : {
"title" : "New Group" ,
2022-03-07 12:05:04 +00:00
"data" : {
"group_type" : "Group type"
}
} ,
2022-03-10 09:39:51 +00:00
"binary_sensor" : {
"title" : "[%key:component::group::config::step::user::title%]" ,
"description" : "If \"all entities\" is enabled, the group's state is on only if all members are on. If \"all entities\" is disabled, the group's state is on if any member is on." ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"all" : "All entities" ,
"entities" : "Members" ,
"name" : "Name"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"cover" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"name" : "[%key:component::group::config::step::binary_sensor::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
"fan" : {
"data" : {
2022-03-10 09:39:51 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"name" : "[%key:component::group::config::step::binary_sensor::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"light" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"name" : "[%key:component::group::config::step::binary_sensor::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"media_player" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"name" : "[%key:component::group::config::step::binary_sensor::data::name%]"
}
}
}
} ,
"options" : {
"step" : {
"binary_sensor_options" : {
"data" : {
"all" : "[%key:component::group::config::step::binary_sensor::data::all%]" ,
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"cover_options" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"fan_options" : {
"data" : {
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]"
}
} ,
"light_options" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]"
2022-03-07 12:05:04 +00:00
}
} ,
"media_player_options" : {
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]"
2022-03-07 12:05:04 +00:00
}
}
}
} ,
2020-04-20 23:25:35 +00:00
"state" : {
"_" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]" ,
2020-04-22 00:57:21 +00:00
"home" : "[%key:component::device_tracker::state::_::home%]" ,
"not_home" : "[%key:component::device_tracker::state::_::not_home%]" ,
2020-04-20 23:25:35 +00:00
"open" : "[%key:common::state::open%]" ,
"closed" : "[%key:common::state::closed%]" ,
"locked" : "[%key:common::state::locked%]" ,
"unlocked" : "[%key:common::state::unlocked%]" ,
"ok" : "[%key:component::binary_sensor::state::problem::off%]" ,
"problem" : "[%key:component::binary_sensor::state::problem::on%]"
}
}
}