Compare commits
3 Commits
81b5d5afa5
...
2f52febf38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f52febf38 | ||
|
|
d8476e9fdf | ||
|
|
43beb1e950 |
@@ -6,4 +6,4 @@ class HelloWorld(Hass):
|
||||
self.log('Hello from AppDaemon')
|
||||
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:
|
||||
state: on
|
||||
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:
|
||||
state: off
|
||||
- start: '01:00 pm'
|
||||
|
||||
@@ -2,8 +2,11 @@ services:
|
||||
appdaemon:
|
||||
container_name: appdaemon
|
||||
image: acockburn/appdaemon:dev
|
||||
# image: acockburn/appdaemon:local-dev
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
tty: true
|
||||
dns:
|
||||
- 192.168.1.150
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
|
||||
Reference in New Issue
Block a user