various updates for it actually working
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule apps/room_control updated: a00f10a967...dc7151549b
@@ -1,4 +1,3 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
appdaemon:
|
||||
container_name: appdaemon
|
||||
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
rich
|
||||
pydantic>2
|
||||
Reference in New Issue
Block a user