forked from piitaya/lovelace-mushroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge mushroom 1.9.0 (piitaya#22)
* chore: merge mushroom 1.9.0 * fix up for 1.9.0 shared config
- Loading branch information
Showing
169 changed files
with
2,571 additions
and
1,179 deletions.
There are no files selected for viewing
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,2 @@ | ||
github: [piitaya] | ||
custom: ['https://www.paypal.me/pbottein', 'https://www.buymeacoffee.com/piitaya'] |
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
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
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,38 @@ | ||
alarm_control_panel: | ||
- platform: manual | ||
name: Alarm panel 1 | ||
arming_time: 5 | ||
- platform: manual | ||
name: Alarm panel 2 | ||
arming_time: 5 | ||
- platform: manual | ||
name: Alarm panel code | ||
code: 1234 | ||
arming_time: 5 | ||
- platform: manual | ||
name: Alarm panel text code | ||
code: azerty | ||
arming_time: 5 | ||
- platform: template | ||
panels: | ||
templated_alarm_panel: | ||
value_template: "{{ states('alarm_control_panel.alarm_panel_1') }}" | ||
code_format: no_code | ||
arm_away: | ||
service: alarm_control_panel.alarm_arm_away | ||
target: | ||
entity_id: | ||
- alarm_control_panel.alarm_panel_1 | ||
- alarm_control_panel.alarm_panel_2 | ||
arm_home: | ||
service: alarm_control_panel.alarm_arm_home | ||
target: | ||
entity_id: | ||
- alarm_control_panel.alarm_panel_1 | ||
- alarm_control_panel.alarm_panel_2 | ||
disarm: | ||
service: alarm_control_panel.alarm_disarm | ||
target: | ||
entity_id: | ||
- alarm_control_panel.alarm_panel_1 | ||
- alarm_control_panel.alarm_panel_2 |
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,41 @@ | ||
climate: | ||
- platform: demo | ||
|
||
light: | ||
- platform: demo | ||
|
||
switch: | ||
- platform: demo | ||
|
||
cover: | ||
- platform: demo | ||
|
||
media_player: | ||
- platform: demo | ||
|
||
sensor: | ||
- platform: demo | ||
|
||
binary_sensor: | ||
- platform: demo | ||
|
||
weather: | ||
- platform: demo | ||
|
||
fan: | ||
- platform: demo | ||
|
||
lock: | ||
- platform: demo | ||
|
||
humidifier: | ||
- platform: demo | ||
|
||
vacuum: | ||
- platform: demo | ||
|
||
update: | ||
- platform: demo | ||
|
||
device_tracker: | ||
- platform: demo |
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,4 @@ | ||
light: | ||
- platform: switch | ||
name: Christmas Tree Lights | ||
entity_id: switch.decorative_lights |
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,17 @@ | ||
person: | ||
- name: Anne Therese | ||
id: anne_therese | ||
device_trackers: | ||
- device_tracker.demo_anne_therese | ||
|
||
zone: | ||
- name: Office | ||
latitude: 52.37451608362128 | ||
longitude: 4.888106097860146 | ||
radius: 50 | ||
icon: mdi:office-building | ||
|
||
homeassistant: | ||
customize: | ||
person.anne_therese: | ||
entity_picture: "/local/mushrooms.jpeg" |
Oops, something went wrong.