Skip to content

Commit

Permalink
Added reading lamp
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jun 27, 2018
1 parent 1196d9d commit 199bf28
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## Emulated Hue
#################################################################
light.treppe_oben:
friendly_name: "Treppe Oben"
emulated_hue_hidden: false
emulated_hue_name: "Treppe Oben"
switch.snowboard:
Expand Down Expand Up @@ -61,11 +62,17 @@ script.bar_table_white:
emulated_hue_hidden: false
emulated_hue_name: "Bar Weiss"
light.bedroom_yeelight:
friendly_name: "Schlafzimmer"
emulated_hue_hidden: false
emulated_hue_name: "Schlafzimmer"
light.stairs_lower_yeelight:
friendly_name: "Treppe Unten"
emulated_hue_hidden_false:
emulated_hue_name: "Treppe Unten"
light.reading_lamp_yeelight:
friendly_name: "Leselampe"
emulated_hue_hidden_false:
emulated_hue_name: "Leselampe"
group.stair_lights:
emulated_hue_hidden_false:
emulated_hue_name: "Treppe"
Expand Down
2 changes: 2 additions & 0 deletions group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ lights:
- light.bar_table
- light.stairs_lower_yeelight
- light.treppe_oben
- light.reading_lamp_yeelight

livingroom:
name: Wohnzimmer
Expand All @@ -97,6 +98,7 @@ livingroom:
- switch.small_lamp
- switch.snowboard
- light.bar_table
- light.reading_lamp_yeelight

all:
name: Everything
Expand Down
3 changes: 3 additions & 0 deletions light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
!secret stairs_lower_yeelight_ip:
name: stairs_lower_yeelight
transition: 1000
!secret reading_lamp_yeelight_ip:
name: reading_lamp_yeelight
transition: 1000

- platform: xiaomi_miio
name: Treppe Oben
Expand Down
1 change: 1 addition & 0 deletions travis_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,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
reading_lamp_yeelight_ip: 192.168.0.8

google_maps_api_token: asdoijsaasdzfais6f712vfsAAATSCD767587as

0 comments on commit 199bf28

Please sign in to comment.