From ffcc45bb63cca13d49f2234dbb8d40cacfc4af34 Mon Sep 17 00:00:00 2001 From: Jim Lancaster <40281233+zoltan57@users.noreply.github.com> Date: Sat, 13 Apr 2024 15:37:03 -0500 Subject: [PATCH] various updates for it actually working --- appdaemon.yaml | 9 ++++----- apps/room_control | 2 +- docker-compose.yml | 1 - requirements.txt | 2 ++ 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 requirements.txt 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