-
- Downloads
Add service to reload scenes from configuration.yaml (#25680)
* Allow reloading scenes
* Update requirements
* address comments
* fix typing
* fix tests
* Update homeassistant/components/homeassistant/scene.py
Co-Authored-By:
Martin Hjelmare <marhje52@kth.se>
* Address comments
Showing
- homeassistant/components/homeassistant/scene.py 60 additions, 8 deletionshomeassistant/components/homeassistant/scene.py
- homeassistant/components/scene/__init__.py 5 additions, 0 deletionshomeassistant/components/scene/__init__.py
- homeassistant/helpers/entity_component.py 6 additions, 3 deletionshomeassistant/helpers/entity_component.py
- homeassistant/helpers/entity_platform.py 8 additions, 0 deletionshomeassistant/helpers/entity_platform.py
- homeassistant/package_constraints.txt 1 addition, 0 deletionshomeassistant/package_constraints.txt
- requirements_all.txt 1 addition, 0 deletionsrequirements_all.txt
- setup.py 41 additions, 45 deletionssetup.py
- tests/components/homeassistant/test_scene.py 30 additions, 0 deletionstests/components/homeassistant/test_scene.py
- tests/helpers/test_entity_component.py 1 addition, 1 deletiontests/helpers/test_entity_component.py
Loading
Please register or sign in to comment