install python-dateutil
This commit is contained in:
parent
79e4b94526
commit
7d5582d417
|
@ -9,6 +9,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- pip3 install homeassistant
|
- pip3 install homeassistant
|
||||||
- pip3 install colorlog
|
- pip3 install colorlog
|
||||||
|
- pip3 install python-dateutil
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- hass -c config/ --script check_config --info all
|
- hass -c config/ --script check_config --info all
|
||||||
|
|
Loading…
Reference in New Issue