Compare commits

...

3 Commits

Author SHA1 Message Date
John Lancaster
2f52febf38 additional bar lights stage 2025-12-02 10:45:55 -06:00
John Lancaster
d8476e9fdf added explicit hermes dns 2025-12-02 10:45:38 -06:00
John Lancaster
43beb1e950 commented get_history call 2025-12-02 10:45:25 -06:00
3 changed files with 14 additions and 3 deletions

View File

@@ -6,4 +6,4 @@ class HelloWorld(Hass):
self.log('Hello from AppDaemon') self.log('Hello from AppDaemon')
self.log('You are now ready to run Apps!') self.log('You are now ready to run Apps!')
self.get_history('ball1') # self.get_history('ball1')

View File

@@ -17,7 +17,15 @@ bar_lights:
light.bar: light.bar:
state: on state: on
color_temp_kelvin: 3500 color_temp_kelvin: 3500
brightness: 100 brightness: 75
light.server_lamp:
state: off
- start: '09:00 am'
scene:
light.bar:
state: on
color_temp_kelvin: 3500
brightness: 125
light.server_lamp: light.server_lamp:
state: off state: off
- start: '01:00 pm' - start: '01:00 pm'

View File

@@ -2,8 +2,11 @@ services:
appdaemon: appdaemon:
container_name: appdaemon container_name: appdaemon
image: acockburn/appdaemon:dev image: acockburn/appdaemon:dev
# image: acockburn/appdaemon:local-dev
restart: unless-stopped restart: unless-stopped
tty: true tty: true
dns:
- 192.168.1.150
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro