diff --git a/appdaemon.yaml b/appdaemon.yaml index 92fb6da..4a6859f 100644 --- a/appdaemon.yaml +++ b/appdaemon.yaml @@ -4,11 +4,10 @@ appdaemon: elevation: 30 time_zone: America/Chicago plugins: - # HASS: - # type: hass - # ha_url: http://homeassistant:8123 - # token: !secret ha_token - # cert_verify: + HASS: + type: hass + ha_url: http://192.168.1.192:8123 + token: !secret ha_token mqtt: type: mqtt namespace: mqtt diff --git a/apps/room_control b/apps/room_control index a00f10a..dc71515 160000 --- a/apps/room_control +++ b/apps/room_control @@ -1 +1 @@ -Subproject commit a00f10a96710f8f98137ea6e2d7a484d26d69d71 +Subproject commit dc7151549bb41077f8fea8007907e9c9fbec033f diff --git a/docker-compose.yml b/docker-compose.yml index dd710ee..2e8af35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.8' services: appdaemon: container_name: appdaemon diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e5c16de --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +rich +pydantic>2 \ No newline at end of file