Initial commit.
This commit is contained in:
+71
@@ -0,0 +1,71 @@
|
||||
blueprint: clockweathercalendar.yaml
|
||||
card:
|
||||
cards:
|
||||
- cards:
|
||||
- dateFormat:
|
||||
day: 2-digit
|
||||
month: long
|
||||
weekday: long
|
||||
timeFormat:
|
||||
hour: 2-digit
|
||||
minute: 2-digit
|
||||
type: custom:digital-clock
|
||||
- animation: true
|
||||
language: en
|
||||
type: custom:ha-card-weather-conditions
|
||||
weather:
|
||||
current:
|
||||
current_conditions: $18_condition_entity$
|
||||
feels_like: $19_feels_like$
|
||||
forecast: false
|
||||
humidity: $20_humidity$
|
||||
moon_phase: sensor.moon
|
||||
pressure: $21_pressure$
|
||||
sun: sun.sun
|
||||
temperature: $17_temperature_entity$
|
||||
visibility: $22_visibility$
|
||||
wind_bearing: $23_wind_bearing$
|
||||
wind_speed: $24_wind_speed$
|
||||
icons_model: defaulthass
|
||||
- dayWrapperLineColor: Green
|
||||
entities:
|
||||
- entity: $10_calendar_entity$
|
||||
eventBarColor: Green
|
||||
fullDayEventText: $13_calendar_fullDayEventText$
|
||||
maxDaysToShow: $15_calendar_maxDaysToShow$
|
||||
noEventText: $11_calendar_noEventText$
|
||||
noEventsForNextDaysText: $12_calendar_noEventsForNextDaysText$
|
||||
showMonth: true
|
||||
showNoEventsForToday: true
|
||||
showProgressBar: true
|
||||
showWeekDay: false
|
||||
timeColor: Green
|
||||
type: custom:atomic-calendar-revive
|
||||
untilText: $14_calendar_untilText$
|
||||
type: vertical-stack
|
||||
items_classes: col-xs-12
|
||||
type: custom:dwains-flexbox-card
|
||||
col_span: '2'
|
||||
col_span_lg: '3'
|
||||
col_span_xl: '4'
|
||||
data:
|
||||
10_calendar_entity: calendar.charish2k1_gmail_com
|
||||
11_calendar_noEventText: No events
|
||||
12_calendar_noEventsForNextDaysText: No events for next 7 days
|
||||
13_calendar_fullDayEventText: Full day event
|
||||
14_calendar_untilText: until
|
||||
15_calendar_maxDaysToShow: '14'
|
||||
16_language: en
|
||||
17_temperature_entity: sensor.openweathermap_temperature
|
||||
18_condition_entity: sensor.openweathermap_condition
|
||||
19_feels_like: sensor.openweathermap_feels_like_temperature
|
||||
20_humidity: sensor.openweathermap_humidity
|
||||
21_pressure: sensor.openweathermap_pressure
|
||||
22_visibility: sensor.openweathermap_visibility
|
||||
23_wind_bearing: sensor.openweathermap_wind_bearing
|
||||
24_wind_speed: sensor.openweathermap_wind_speed
|
||||
position: top
|
||||
row_span: '1'
|
||||
row_span_lg: '1'
|
||||
row_span_xl: '1'
|
||||
type: custom:dwains-blueprint-card
|
||||
@@ -0,0 +1,14 @@
|
||||
col_span: '2'
|
||||
col_span_lg: '3'
|
||||
col_span_xl: '4'
|
||||
entity: light.kitchen_light
|
||||
icon: mdi:wall-sconce-flat-outline
|
||||
position: top
|
||||
row_span: '1'
|
||||
row_span_lg: '1'
|
||||
row_span_xl: '1'
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,14 @@
|
||||
col_span: '1'
|
||||
col_span_lg: '1'
|
||||
col_span_xl: '1'
|
||||
entity: scene.daytime
|
||||
position: bottom
|
||||
row_span: '1'
|
||||
row_span_lg: '1'
|
||||
row_span_xl: '1'
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,11 @@
|
||||
columns: 2
|
||||
entities:
|
||||
- entity: sensor.mail_usps_delivered_2
|
||||
- entity: sensor.mail_amazon_packages_delivered_2
|
||||
- entity: sensor.mail_fedex_delivered_2
|
||||
- entity: sensor.mail_ups_delivered_2
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: true
|
||||
title: Packages
|
||||
type: glance
|
||||
@@ -0,0 +1,4 @@
|
||||
entity: light.bathroom
|
||||
icon: mdi:lightbulb-group-outline
|
||||
name: Bathroom Dimmer
|
||||
type: light
|
||||
@@ -0,0 +1,4 @@
|
||||
entity: light.bathroom_lights
|
||||
icon: mdi:lightbulb-group-outline
|
||||
name: Bathroom Lights
|
||||
type: light
|
||||
@@ -0,0 +1,4 @@
|
||||
entity: light.bedroom_lamp
|
||||
show_brightness_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: light.bedroom_lamp_light_3
|
||||
name: Bedroom Lamp
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,6 @@
|
||||
entity: light.bedroom_light_mintransitionlight_2
|
||||
name: Bedroom Light
|
||||
show_brightness_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,4 @@
|
||||
entity: light.dimmable_light_10
|
||||
show_brightness_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
action_button:
|
||||
icon: mdi:power
|
||||
mode: toggle
|
||||
show: true
|
||||
show_spinner: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
compact: false
|
||||
entity: light.dresden_elektronik_raspbee_ii_bathroom_lights_zha_group_0x0002
|
||||
icon:
|
||||
icon: ''
|
||||
show: true
|
||||
tap_action:
|
||||
action: more-info
|
||||
use_state_color: true
|
||||
show_name: true
|
||||
show_state: true
|
||||
slider:
|
||||
background: gradient
|
||||
direction: left-right
|
||||
force_square: false
|
||||
show_track: false
|
||||
toggle_on_click: false
|
||||
use_percentage_bg_opacity: true
|
||||
use_state_color: true
|
||||
type: custom:slider-button-card
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
collapsible_controls: true
|
||||
entity: light.dresden_elektronik_raspbee_ii_living_room_lights
|
||||
icon: mdi:lamps
|
||||
show_brightness_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
entity: light.dresden_elektronik_raspbee_ii_living_room_lights_zha_group_0x0003
|
||||
fill_container: true
|
||||
icon: mdi:lamps
|
||||
show_brightness_control: true
|
||||
show_color_control: false
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
entity: light.dresden_elektronik_raspbee_ii_rgb_lights
|
||||
icon: mdi:lightbulb-group
|
||||
name: RGB Lights
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,15 @@
|
||||
double_tap_action:
|
||||
action: call-service
|
||||
data: {}
|
||||
service: light.toggle
|
||||
target:
|
||||
device_id:
|
||||
- 0f3eea03a6d0ca83afeaaa0d27b29350
|
||||
entity: light.five_way_ceiling_lamp
|
||||
icon: bha:ceiling-downlight
|
||||
name: Foyer Light
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,9 @@
|
||||
entity: light.foyer_overhead_light
|
||||
fill_container: false
|
||||
icon: bha:ceiling-downlight
|
||||
name: Foyer Light
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,5 @@
|
||||
entity: light.living_room_lamp
|
||||
show_brightness_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,8 @@
|
||||
entity: light.living_room_lamp_light
|
||||
icon: bulb
|
||||
name: Living Room Lamp
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,6 @@
|
||||
entity: light.living_room_lamp_light_2
|
||||
name: Living Room Lamp
|
||||
show_brightness_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,8 @@
|
||||
entity: light.living_room_lamp_light_3
|
||||
icon: mdi:lamp
|
||||
name: Living Room Lamp
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,6 @@
|
||||
entity: light.living_room_light
|
||||
fill_container: true
|
||||
show_brightness_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,8 @@
|
||||
entity: light.living_room_light_light
|
||||
icon: mdi:floor-lamp
|
||||
name: Living Room Light
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,5 @@
|
||||
entity: light.livingroom_lamp
|
||||
show_brightness_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: light.lumi_lumi_switch_b1laus01_light
|
||||
icon: mdi:light-switch
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,9 @@
|
||||
entity: light.lumi_lumi_switch_b2laus01_light
|
||||
icon: bha:dome-light
|
||||
name: Foyer Light
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,6 @@
|
||||
entity: light.sengled_e11_n1ea_light
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: light.sengled_e11_n1ea_light_2
|
||||
name: Living Room Lamp
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,9 @@
|
||||
entity: light.tv_lights_light
|
||||
fill_container: false
|
||||
icon: mdi:led-strip
|
||||
name: TV Backlight
|
||||
show_brightness_control: true
|
||||
show_color_control: true
|
||||
show_color_temp_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
@@ -0,0 +1,2 @@
|
||||
entity: media_player.charish_br_tcl_rokutv
|
||||
type: media-control
|
||||
@@ -0,0 +1,2 @@
|
||||
entity: media_player.charish_lr_tcl_rokutv
|
||||
type: media-control
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: scene.bathroom_lights_night
|
||||
icon: mdi:lightbulb-night-outline
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: scene.living_room_lights_cloudy_day
|
||||
icon: mdi:cloud
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: scene.living_room_lights_day
|
||||
icon: mdi:lightbulb-group
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: scene.living_room_lights_night
|
||||
icon: mdi:lightbulb-night
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: scene.living_room_lights_sleep
|
||||
icon: mdi:theme-light-dark
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,17 @@
|
||||
entities:
|
||||
- entity: switch.living_room_mdf_plug_2
|
||||
icon: mdi:server-network
|
||||
name: MDF Plug
|
||||
secondary_info: none
|
||||
- entity: sensor.mdf_consumption
|
||||
secondary_info: last-changed
|
||||
- entity: switch.humidifier_plug
|
||||
icon: mdi:power-socket-us
|
||||
name: Dehumidifier Plug
|
||||
- entity: sensor.consumption_5
|
||||
name: Dehumidifier Consumption
|
||||
secondary_info: last-updated
|
||||
show_header_toggle: true
|
||||
state_color: true
|
||||
title: Power Control & Usage
|
||||
type: entities
|
||||
@@ -0,0 +1,8 @@
|
||||
entity: switch.home_rig_plug
|
||||
icon: mdi:desktop-tower-monitor
|
||||
show_icon: true
|
||||
show_name: true
|
||||
show_state: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,8 @@
|
||||
entity: switch.kitchen_light_switch
|
||||
icon: bha:spot-bulb
|
||||
name: Kitchen Light
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,8 @@
|
||||
entity: switch.on_off_light_8
|
||||
icon: bha:dome-light
|
||||
name: Foyer Light
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,7 @@
|
||||
entity: switch.on_off_light_9
|
||||
icon: bha:dome-light
|
||||
show_icon: true
|
||||
show_name: true
|
||||
tap_action:
|
||||
action: toggle
|
||||
type: button
|
||||
@@ -0,0 +1,20 @@
|
||||
blueprint: vacuumblueprint.yaml
|
||||
card:
|
||||
cards:
|
||||
- title: $heading_title$
|
||||
type: custom:dwains-heading-card
|
||||
- cards:
|
||||
- compact_view: false
|
||||
entity: $vacuum_entity$
|
||||
show_name: true
|
||||
show_status: true
|
||||
show_toolbar: true
|
||||
style: ".cal-titleContainer {\n display: none;\n}\n"
|
||||
type: custom:vacuum-card
|
||||
items_classes: col-xs-12
|
||||
type: custom:dwains-flexbox-card
|
||||
type: vertical-stack
|
||||
data:
|
||||
heading_title: Johnny 5 Shark Vac
|
||||
vacuum_entity: vacuum.johnny_5
|
||||
type: custom:dwains-blueprint-card
|
||||
@@ -0,0 +1,4 @@
|
||||
entity: light.bedroom_lamp
|
||||
show_brightness_control: true
|
||||
type: custom:mushroom-light-card
|
||||
use_light_color: true
|
||||
Reference in New Issue
Block a user