core/homeassistant/components/group
J. Nick Koston db9c242723
Speed up creating group entities from YAML (#73649)
* Speed up creating group entities from YAML

- Pass all the entities to async_add_entities in one call to
  avoid multiple levels of gather

* Speed up creating group entities from YAML

- Pass all the entities to async_add_entities in one call to
  avoid multiple levels of gather

* Update homeassistant/components/group/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/components/group/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/components/group/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/components/group/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* typing

* unbreak

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-21 18:56:32 +02:00
..
translations [ci skip] Translation update 2022-06-18 00:24:33 +00:00
__init__.py Speed up creating group entities from YAML (#73649) 2022-06-21 18:56:32 +02:00
binary_sensor.py
config_flow.py
const.py
cover.py
fan.py
light.py
lock.py
manifest.json
media_player.py
notify.py
recorder.py
reproduce_state.py
services.yaml
strings.json
switch.py
util.py