-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit Theme Style - Last Update ING Theme
- Loading branch information
1 parent
cdbe38f
commit bff6543
Showing
16 changed files
with
195 additions
and
117 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 |
---|---|---|
|
@@ -14,6 +14,7 @@ ssh | |
tts | ||
www/sound | ||
www/community | ||
zigbee2mqtt | ||
|
||
# Ignore files | ||
.HA_VERSION | ||
|
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
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 |
---|---|---|
|
@@ -2,4 +2,6 @@ button_logbook: | |
name: Logbuch | ||
|
||
button_battery: | ||
name: Batterien | ||
name: Batterien | ||
|
||
party_mode_toggle: |
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 |
---|---|---|
@@ -1,34 +1,38 @@ | ||
action: call-service | ||
service: browser_mod.popup | ||
service_data: | ||
deviceID: this | ||
title: Wohnzimmer Status | ||
card: | ||
type: custom:mod-card | ||
card: | ||
type: horizontal-stack | ||
cards: | ||
- type: entities | ||
state_color: true | ||
show_header_toggle: false | ||
entities: | ||
##- entity: media_player.samsung_tv_q9075 | ||
## tap_action: | ||
## action: none | ||
- entity: media_player.denon_avr_x4200w | ||
tap_action: | ||
action: none | ||
- entity: media_player.vu_uno4k_se | ||
tap_action: | ||
action: none | ||
style: | ||
.: | | ||
ha-card { | ||
background: none !important; | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} | ||
:host { | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} | ||
#action: call-service | ||
#service: browser_mod.popup | ||
#service_data: | ||
action: fire-dom-event | ||
browser_mod: | ||
service: browser_mod.popup | ||
data: | ||
deviceID: this | ||
title: Wohnzimmer Status | ||
content: | ||
type: custom:mod-card | ||
card: | ||
type: horizontal-stack | ||
cards: | ||
- type: entities | ||
state_color: true | ||
show_header_toggle: false | ||
entities: | ||
##- entity: media_player.samsung_tv_q9075 | ||
## tap_action: | ||
## action: none | ||
- entity: media_player.denon_avr_x4200w | ||
tap_action: | ||
action: none | ||
- entity: media_player.vu_uno4k_se | ||
tap_action: | ||
action: none | ||
style: | ||
.: | | ||
ha-card { | ||
background: none !important; | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} | ||
:host { | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} |
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 |
---|---|---|
@@ -1,28 +1,33 @@ | ||
action: call-service | ||
service: browser_mod.popup | ||
service_data: | ||
deviceID: this | ||
title: Flur | ||
card: | ||
type: custom:mod-card | ||
card: | ||
type: horizontal-stack | ||
cards: | ||
- type: entities | ||
state_color: true | ||
show_header_toggle: false | ||
entities: | ||
- entity: person.sebastian_schmal | ||
name: Test | ||
secondary_info: last-changed | ||
style: | ||
.: | | ||
ha-card { | ||
background: none !important; | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} | ||
:host { | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} | ||
#action: call-service | ||
#action: fire-dom-event | ||
#service: browser_mod.popup | ||
# data: | ||
action: fire-dom-event | ||
browser_mod: | ||
service: browser_mod.popup | ||
data: | ||
deviceID: this | ||
title: Flur | ||
content: | ||
type: custom:mod-card | ||
card: | ||
type: horizontal-stack | ||
cards: | ||
- type: entities | ||
state_color: true | ||
show_header_toggle: false | ||
entities: | ||
- entity: person.sebastian_schmal | ||
name: Test | ||
secondary_info: last-changed | ||
style: | ||
.: | | ||
ha-card { | ||
background: none !important; | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} | ||
:host { | ||
--ha-card-background: none; | ||
--card-background-color: transparent; | ||
} |
Oops, something went wrong.