various updates for it actually working

This commit is contained in:
Jim Lancaster
2024-04-13 15:37:03 -05:00
parent 8450af24d0
commit ffcc45bb63
4 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,10 @@ appdaemon:
elevation: 30 elevation: 30
time_zone: America/Chicago time_zone: America/Chicago
plugins: plugins:
# HASS: HASS:
# type: hass type: hass
# ha_url: http://homeassistant:8123 ha_url: http://192.168.1.192:8123
# token: !secret ha_token token: !secret ha_token
# cert_verify:
mqtt: mqtt:
type: mqtt type: mqtt
namespace: mqtt namespace: mqtt

View File

@@ -1,4 +1,3 @@
version: '3.8'
services: services:
appdaemon: appdaemon:
container_name: appdaemon container_name: appdaemon

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
rich
pydantic>2