Skip to content

Commit

Permalink
Added yeelight stairs lower
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jun 27, 2018
1 parent 68092b7 commit 9f4df98
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ script.bar_table_white:
light.bedroom_yeelight:
emulated_hue_hidden: false
emulated_hue_name: "Schlafzimmer"
light.stairs_lower_yeelight:
emulated_hue_hidden_false:
emulated_hue_name: "Treppe Unten"
group.stair_lights:
emulated_hue_hidden_false:
emulated_hue_name: "Treppe"
#################################################################
## Travel times
#################################################################
Expand Down
8 changes: 7 additions & 1 deletion group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,10 @@ next_appointment:
entities:
- sensor.cal_next_appointment_title
- sensor.cal_next_appointment_location
- sensor.cal_next_appointment_start_time
- sensor.cal_next_appointment_start_time

stair_lights:
name: Treppenlichter
entities:
- light.stairs_lower_yeelight
- light.treppe_oben
3 changes: 3 additions & 0 deletions light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
!secret bedroom_yeelight_ip:
name: Bedroom_Yeelight
transition: 1000
!secret stairs_lower_yeelight_ip:
name: stairs_lower_yeelight
transition: 1000

- platform: xiaomi_miio
name: Treppe Oben
Expand Down
2 changes: 2 additions & 0 deletions travis_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ sensor_friendy_name_travel_time_elmo_from_home: "Lange Strecke"

bedroom_yeelight_ip: 192.168.0.4

stairs_lower_yeelight_ip: 192.168.0.7

google_maps_api_token: asdoijsaasdzfais6f712vfsAAATSCD767587as

0 comments on commit 9f4df98

Please sign in to comment.