Compare commits
3 Commits
81b5d5afa5
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f52febf38 | ||
|
|
d8476e9fdf | ||
|
|
43beb1e950 |
@@ -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')
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user