various updates for it actually working
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Submodule apps/room_control updated: a00f10a967...dc7151549b
@@ -1,4 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
appdaemon:
|
appdaemon:
|
||||||
container_name: 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