core/homeassistant/components/group
Erik Montnemery a9cc2d2322
Add config flow for cover, fan, light and media_player groups (#67660)
* Add options flow support to HelperConfigFlowHandler

* Add config flow for cover, fan, light and media_player groups

* Update according to review comments

* Update translation strings

* Update translation strings

* Copy schema before adding suggested values
2022-03-07 13:05:04 +01:00
..
translations [ci skip] Translation update 2022-02-24 00:17:55 +00:00
__init__.py Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
binary_sensor.py Improve binary sensor group when member is unknown or unavailable (#67468) 2022-03-02 07:53:13 -08:00
config_flow.py Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
cover.py Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
fan.py Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
light.py Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
manifest.json Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
media_player.py Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
notify.py
reproduce_state.py
services.yaml
strings.json Add config flow for cover, fan, light and media_player groups (#67660) 2022-03-07 13:05:04 +01:00
util.py