WOIP
This commit is contained in:
parent
cdec784ed0
commit
b33c30865e
@ -6,9 +6,9 @@
|
|||||||
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse #OPTIONAl --> uncomment also entity or triggers_update
|
ulm_card_welcome_scenes_collapse: input_boolean.welcome_collapse #OPTIONAl --> uncomment also entity or triggers_update
|
||||||
ulm_weather: weather.pirateweather
|
ulm_weather: weather.pirateweather
|
||||||
entity_1:
|
entity_1:
|
||||||
entity_id: light.office_switch_lamp
|
entity_id: light.living_room_lights
|
||||||
icon: "mdi:lightbulb" #OPTIONAL
|
icon: "mdi:lightbulb" #OPTIONAL
|
||||||
name: Office
|
name: Living Room
|
||||||
color: "blue"
|
color: "blue"
|
||||||
|
|
||||||
- type: custom:weather-card
|
- type: custom:weather-card
|
||||||
|
@ -62,3 +62,12 @@
|
|||||||
ulm_card_light_enable_color: true
|
ulm_card_light_enable_color: true
|
||||||
ulm_card_light_force_background_color: true
|
ulm_card_light_force_background_color: true
|
||||||
ulm_card_light_name: Sill
|
ulm_card_light_name: Sill
|
||||||
|
|
||||||
|
- type: "custom:button-card"
|
||||||
|
template: card_light
|
||||||
|
entity: light.livingroom_switch_tv
|
||||||
|
variables:
|
||||||
|
ulm_card_light_icon: mdi:television
|
||||||
|
ulm_card_light_enable_color: true
|
||||||
|
ulm_card_light_force_background_color: true
|
||||||
|
ulm_card_light_name: TV
|
||||||
|
12
packages/homeassistant/default_theme.yaml
Executable file
12
packages/homeassistant/default_theme.yaml
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
automation:
|
||||||
|
- id: 'default_theme'
|
||||||
|
alias: Set Theme on HA Start
|
||||||
|
description: ''
|
||||||
|
trigger:
|
||||||
|
- event: start
|
||||||
|
platform: homeassistant
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- data:
|
||||||
|
name: minimalist-desktop
|
||||||
|
service: frontend.set_theme
|
@ -12,18 +12,3 @@ automation:
|
|||||||
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
|
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
|
||||||
entity_id: light.guestroom_switch_lamp
|
entity_id: light.guestroom_switch_lamp
|
||||||
domain: light
|
domain: light
|
||||||
|
|
||||||
#Guest Room Light
|
|
||||||
automation:
|
|
||||||
- alias: office_light_button
|
|
||||||
trigger:
|
|
||||||
- device_id: c6b9d0a0f7a56e9f2966cdb8cb312614
|
|
||||||
domain: zha
|
|
||||||
platform: device
|
|
||||||
type: remote_button_short_press
|
|
||||||
subtype: button
|
|
||||||
action:
|
|
||||||
- type: toggle
|
|
||||||
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
|
|
||||||
entity_id: light.office_bulb
|
|
||||||
domain: light
|
|
@ -1,7 +0,0 @@
|
|||||||
scene:
|
|
||||||
- name: Living Room Lights
|
|
||||||
icon: "mdi:flower-tulip"
|
|
||||||
entities:
|
|
||||||
light.livingroom_switch_lamp_table: "toggle"
|
|
||||||
light.livingroom_switch_lamp_couch: "toggle"
|
|
||||||
light.livingroom_switch_lamp_sill: "toggle"
|
|
16
packages/light/buttons/scripts.yaml
Executable file
16
packages/light/buttons/scripts.yaml
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#script:
|
||||||
|
# - name: Living Room Lights
|
||||||
|
# icon: "mdi:flower-tulip"
|
||||||
|
# entities:
|
||||||
|
# light.livingroom_switch_lamp_table: "toggle"
|
||||||
|
# light.livingroom_switch_lamp_couch: "toggle"
|
||||||
|
# light.living_room_switch_lamp_sill: "toggle"
|
||||||
|
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
light:
|
||||||
|
- platform: group
|
||||||
|
name: "Living Room Lights"
|
||||||
|
entities:
|
||||||
|
- light.livingroom_switch_lamp_table
|
||||||
|
- light.livingroom_switch_lamp_couch
|
||||||
|
- light.living_room_switch_lamp_sill
|
Loading…
Reference in New Issue
Block a user