-
-
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.
🤖 16-01-25 | ♻️ Updated 6 files 🔥 Deleted 7 files
-------- - update: floorplan/mediaplayers.yaml - update: docs/README.md - update: hacs/manifest.json - update: popup/popup_weather.yaml - update: popup/calendar.yaml - update: config/README.md - delete: mushroom/mushroom-shadow.yaml - delete: themes/kodi.yaml - delete: mushroom/mushroom-square.yaml - delete: themes/graphite.yaml - delete: mushroom/mushroom-square-shadow.yaml - delete: themes/main_theme.yaml - delete: mushroom/mushroom.yaml -------- Automated commit via script
- Loading branch information
Showing
13 changed files
with
182 additions
and
1,237 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
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 |
---|---|---|
|
@@ -22,5 +22,5 @@ | |
"requirements": [ | ||
"aiogithubapi>=22.10.1" | ||
], | ||
"version": "2.0.2" | ||
"version": "2.0.3" | ||
} |
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 |
---|---|---|
|
@@ -3,69 +3,120 @@ browser_mod: | |
service: browser_mod.popup | ||
data: | ||
title: Calendar | ||
style: > | ||
--max-popup-column: 2; | ||
card_mod: !include ../snippets/style_popup_footer.yaml | ||
content: | ||
type: custom:layout-card | ||
layout_type: custom:grid-layout | ||
layout: !include ../snippets/popup_footer_layout.yaml | ||
cards: | ||
- type: entities | ||
title: "[[[ return states['sensor.date_en'].state;]]]" | ||
entities: | ||
- type: custom:atomic-calendar-revive | ||
enableModeChange: true | ||
entities: | ||
- entity: calendar.ceske_statni_svatky | ||
name: České státní svátky | ||
- entity: calendar.home_assistant_devs | ||
name: Home assistant devs | ||
showDate: false | ||
showDeclined: false | ||
showLastCalendarWeek: true | ||
calShowDescription: true | ||
disableCalLocationLink: false | ||
dimFinishedEvents: false | ||
defaultMode: Calendar | ||
showLoader: true | ||
showRelativeTime: false | ||
hideDuplicates: false | ||
showLocation: false | ||
offsetHeaderDate: true | ||
showAllDayEvents: true | ||
allDayBottom: false | ||
compactMode: false | ||
showMultiDayEventParts: true | ||
showCurrentEventLine: true | ||
card_mod: | ||
style: | | ||
.cal-card { | ||
padding: 0px !important; | ||
} | ||
- type: entities | ||
title: Lunar Phase | ||
card_mod: | ||
class: header nopadding | ||
entities: | ||
- type: custom:lunar-phase-card | ||
card_mod: | ||
style: | ||
.: | | ||
ha-card { | ||
background-color: transparent !important; | ||
justify-content: flex-start !important; | ||
box-shadow: none !important; | ||
} | ||
lunar-base-data $: | | ||
.swiper-container { | ||
backdrop-filter: none !important; | ||
type: custom:mod-card | ||
card_mod: !include ../snippets/style_popup_footer.yaml | ||
card: | ||
type: custom:layout-card | ||
layout_type: custom:grid-layout | ||
layout: | ||
grid-template-columns: 560px 560px | ||
margin: 0 | ||
padding: 0 | ||
cards: | ||
- type: entities | ||
title: "[[[ return states['sensor.date_en'].state;]]]" | ||
card_mod: | ||
class: header nopadding | ||
entities: | ||
- type: custom:atomic-calendar-revive | ||
enableModeChange: true | ||
entities: | ||
- entity: calendar.ceske_statni_svatky | ||
name: České státní svátky | ||
- entity: calendar.home_assistant_devs | ||
name: Home assistant devs | ||
showDate: false | ||
showDeclined: false | ||
showLastCalendarWeek: true | ||
calShowDescription: true | ||
disableCalLocationLink: false | ||
dimFinishedEvents: false | ||
defaultMode: Calendar | ||
showLoader: true | ||
showRelativeTime: false | ||
hideDuplicates: false | ||
showLocation: false | ||
offsetHeaderDate: true | ||
showAllDayEvents: true | ||
allDayBottom: false | ||
compactMode: false | ||
showMultiDayEventParts: true | ||
showCurrentEventLine: true | ||
card_mod: | ||
style: | | ||
.cal-card { | ||
padding: 0px !important; | ||
} | ||
- type: entities | ||
title: Lunar Phase | ||
card_mod: | ||
class: header nopadding | ||
entities: | ||
- type: custom:lunar-phase-card | ||
card_mod: | ||
style: | ||
.: | | ||
ha-card { | ||
background-color: transparent !important; | ||
justify-content: flex-start !important; | ||
box-shadow: none !important; | ||
} | ||
lunar-base-data $: | | ||
.swiper-container { | ||
backdrop-filter: none !important; | ||
} | ||
entity: '' | ||
12hr_format: false | ||
calendar_modal: false | ||
compact_view: false | ||
default_card: base | ||
hide_buttons: true | ||
mile_unit: false | ||
moon_position: left | ||
number_decimals: 2 | ||
selected_language: en | ||
show_background: false | ||
southern_hemisphere: false | ||
use_custom: false | ||
use_default: true | ||
use_entity: false | ||
graph_config: | ||
graph_type: default | ||
y_ticks: false | ||
x_ticks: true | ||
show_time: true | ||
show_current: true | ||
show_highest: true | ||
y_ticks_position: left | ||
y_ticks_step_size: 30 | ||
time_step_size: 30 | ||
show_legend: true | ||
legend_position: top | ||
legend_align: center | ||
font_customize: | ||
header_font_size: x-large | ||
header_font_style: capitalize | ||
header_font_color: '' | ||
label_font_size: auto | ||
label_font_style: none | ||
label_font_color: '' | ||
hide_label: false | ||
hide_header: true | ||
latitude: 50.060362328075634 | ||
longitude: 14.399342536926271 | ||
location: | ||
city: Capital City of Prague | ||
country: Czechia | ||
custom_background: >- | ||
https://cdn.jsdelivr.net/gh/ngocjohn/[email protected]/background/moon_bg_1.png | ||
footer: | ||
type: custom:lunar-phase-card | ||
entity: '' | ||
12hr_format: false | ||
calendar_modal: false | ||
compact_view: false | ||
default_card: base | ||
compact_view: true | ||
default_card: horizon | ||
hide_buttons: true | ||
mile_unit: false | ||
moon_position: left | ||
|
@@ -77,7 +128,7 @@ browser_mod: | |
use_default: true | ||
use_entity: false | ||
graph_config: | ||
graph_type: default | ||
graph_type: dynamic | ||
y_ticks: false | ||
x_ticks: true | ||
show_time: true | ||
|
@@ -103,55 +154,9 @@ browser_mod: | |
location: | ||
city: Capital City of Prague | ||
country: Czechia | ||
custom_background: >- | ||
https://cdn.jsdelivr.net/gh/ngocjohn/[email protected]/background/moon_bg_1.png | ||
footer: | ||
type: custom:lunar-phase-card | ||
entity: '' | ||
12hr_format: false | ||
calendar_modal: false | ||
compact_view: true | ||
default_card: horizon | ||
hide_buttons: true | ||
mile_unit: false | ||
moon_position: left | ||
number_decimals: 2 | ||
selected_language: en | ||
show_background: false | ||
southern_hemisphere: false | ||
use_custom: false | ||
use_default: true | ||
use_entity: false | ||
graph_config: | ||
graph_type: dynamic | ||
y_ticks: false | ||
x_ticks: true | ||
show_time: true | ||
show_current: true | ||
show_highest: true | ||
y_ticks_position: left | ||
y_ticks_step_size: 30 | ||
time_step_size: 30 | ||
show_legend: true | ||
legend_position: top | ||
legend_align: center | ||
font_customize: | ||
header_font_size: x-large | ||
header_font_style: capitalize | ||
header_font_color: '' | ||
label_font_size: auto | ||
label_font_style: none | ||
label_font_color: '' | ||
hide_label: false | ||
hide_header: true | ||
latitude: 50.060362328075634 | ||
longitude: 14.399342536926271 | ||
location: | ||
city: Capital City of Prague | ||
country: Czechia | ||
card_mod: | ||
style: | | ||
ha-card { | ||
background-color: transparent !important; | ||
box-shadow: none !important; | ||
} | ||
card_mod: | ||
style: | | ||
ha-card { | ||
background-color: transparent !important; | ||
box-shadow: none !important; | ||
} |
Oops, something went wrong.