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
This commit is contained in:
parent
0449132c35
commit
7a90808e52
9 changed files with 113 additions and 12 deletions
|
@ -116,7 +116,7 @@ async def test_setup_recovers_when_setup_raises(hass):
|
|||
|
||||
|
||||
@asynctest.patch(
|
||||
"homeassistant.helpers.entity_component.EntityComponent" "._async_setup_platform",
|
||||
"homeassistant.helpers.entity_component.EntityComponent" ".async_setup_platform",
|
||||
return_value=mock_coro(),
|
||||
)
|
||||
@asynctest.patch(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue