-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding groups for light PM and WLED lights #89
- Loading branch information
1 parent
9f946dd
commit 67a4924
Showing
12 changed files
with
146 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
##### | ||
# Manual Balcony light setup | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.balcony_light | ||
linear: | ||
min_power: 0.5 | ||
max_power: 11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
##### | ||
# Manual Corridor light setup | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.corridor_light | ||
linear: | ||
min_power: 0.5 | ||
max_power: 22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### | ||
# WLED for PowerCals | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.ledge | ||
wled: | ||
voltage: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### | ||
# WLED for PowerCals | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.luka_floor_light | ||
wled: | ||
voltage: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### | ||
# WLED for PowerCals | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.rice_lights | ||
wled: | ||
voltage: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### | ||
# WLED for PowerCals | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.stairs | ||
wled: | ||
voltage: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### | ||
# WLED for PowerCals | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.stream_desk | ||
wled: | ||
voltage: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
##### | ||
# WLED for PowerCals | ||
# | ||
##### | ||
|
||
platform: powercalc | ||
entity_id: light.zita_desk_lights | ||
wled: | ||
voltage: 5 |
36 changes: 36 additions & 0 deletions
36
entities/sensors/utilities/powercals/zx_powercalc_groups_downstairs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
##### | ||
# PowerCal groups for easier power tracking | ||
# https://github.com/bramstroker/homeassistant-powercalc | ||
##### | ||
|
||
platform: powercalc | ||
create_group: Downstairs lights | ||
entities: | ||
# - entity_id: light.c | ||
- create_group: Balcony lights PM | ||
entities: | ||
- entity_id: light.balcony_light | ||
- create_group: Corridor lights PM | ||
entities: | ||
- entity_id: light.corridor_light | ||
# - create_group: Hall lights | ||
# entities: | ||
# - entity_id: light.d | ||
- create_group: Kitchen lights PM | ||
entities: | ||
- entity_id: light.sink | ||
- entity_id: light.oven | ||
- entity_id: light.fridge | ||
- entity_id: light.kitchen_countertop | ||
- create_group: Dining room lights PM | ||
entities: | ||
- entity_id: light.left | ||
- entity_id: light.right | ||
- create_group: Living room lights PM | ||
entities: | ||
- entity_id: light.corner | ||
- entity_id: light.standing | ||
- entity_id: light.tv | ||
- entity_id: light.entrance | ||
- entity_id: light.rice_lights | ||
- entity_id: light.stairs |
35 changes: 35 additions & 0 deletions
35
entities/sensors/utilities/powercals/zx_powercalc_groups_upstairs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
##### | ||
# PowerCal groups for easier power tracking | ||
# https://github.com/bramstroker/homeassistant-powercalc | ||
##### | ||
|
||
platform: powercalc | ||
create_group: Upstairs lights | ||
entities: | ||
# - entity_id: light.a | ||
# - entity_id: light.b | ||
- create_group: Bedroom lights PM | ||
entities: | ||
- entity_id: light.bedroom | ||
# - create_group: Bathroom lights | ||
# entities: | ||
# - entity_id: light.d | ||
- create_group: Luka room lights PM | ||
entities: | ||
- entity_id: light.luka_ceiling_light | ||
- entity_id: light.luka_floor_light | ||
- entity_id: light.luka_table_light | ||
- create_group: Zita room lights PM | ||
entities: | ||
- entity_id: light.zita_ceiling | ||
- entity_id: light.zita_desk_lights | ||
- entity_id: light.zita_table_light | ||
- entity_id: light.zita_tabletop | ||
- create_group: Ledge lights PM | ||
entities: | ||
- entity_id: light.ledge | ||
- create_group: Loft lights PM | ||
entities: | ||
- entity_id: light.elgato_key_light_air_left | ||
- entity_id: light.elgato_key_light_air_right | ||
- entity_id: light.stream_desk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters