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
1
setup.py
1
setup.py
|
@ -37,6 +37,7 @@ REQUIRES = [
|
|||
"attrs==19.1.0",
|
||||
"bcrypt==3.1.7",
|
||||
"certifi>=2019.6.16",
|
||||
'contextvars==2.4;python_version<"3.7"',
|
||||
"importlib-metadata==0.18",
|
||||
"jinja2>=2.10.1",
|
||||
"PyJWT==1.7.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue