Initial commit.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
foyer:
|
||||
sort_order: 1
|
||||
icon: mdi:coat-rack
|
||||
floor: ''
|
||||
disabled: false
|
||||
living_room:
|
||||
sort_order: 2
|
||||
icon: mdi:sofa
|
||||
floor: ''
|
||||
disabled: false
|
||||
kitchen:
|
||||
sort_order: 4
|
||||
icon: mdi:stove
|
||||
floor: ''
|
||||
disabled: false
|
||||
bedroom:
|
||||
sort_order: 5
|
||||
icon: mdi:bed
|
||||
floor: ''
|
||||
disabled: false
|
||||
home_office:
|
||||
sort_order: 3
|
||||
icon: mdi:desktop-tower-monitor
|
||||
floor: ''
|
||||
disabled: false
|
||||
bathroom:
|
||||
icon: mdi:bathtub
|
||||
floor: ''
|
||||
disabled: false
|
||||
+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
|
||||
@@ -0,0 +1,966 @@
|
||||
hy4:
|
||||
sort_order: 1
|
||||
jwh:
|
||||
sort_order: 2
|
||||
hy5:
|
||||
sort_order: 3
|
||||
p7c:
|
||||
sort_order: 4
|
||||
lo9:
|
||||
sort_order: 5
|
||||
sensor.hacs:
|
||||
hidden: true
|
||||
vacuum.johnny_5:
|
||||
hidden: false
|
||||
custom_card: true
|
||||
sort_order: 2
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sensor.openweathermap_weather:
|
||||
hidden: true
|
||||
sensor.openweathermap_dew_point:
|
||||
hidden: true
|
||||
sensor.openweathermap_temperature:
|
||||
hidden: true
|
||||
sensor.openweathermap_feels_like_temperature:
|
||||
hidden: true
|
||||
sensor.openweathermap_wind_speed:
|
||||
hidden: true
|
||||
sensor.openweathermap_wind_bearing:
|
||||
hidden: true
|
||||
sensor.openweathermap_humidity:
|
||||
hidden: true
|
||||
sensor.openweathermap_pressure:
|
||||
hidden: true
|
||||
sensor.openweathermap_cloud_coverage:
|
||||
hidden: true
|
||||
sensor.openweathermap_rain:
|
||||
hidden: true
|
||||
sensor.openweathermap_snow:
|
||||
hidden: true
|
||||
sensor.openweathermap_precipitation_kind:
|
||||
hidden: true
|
||||
sensor.openweathermap_uv_index:
|
||||
hidden: true
|
||||
sensor.openweathermap_condition:
|
||||
hidden: true
|
||||
sensor.openweathermap_weather_code:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_condition:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_precipitation:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_precipitation_probability:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_pressure:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_temperature:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_temperature_low:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_time:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_wind_bearing:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_wind_speed:
|
||||
hidden: true
|
||||
sensor.openweathermap_forecast_cloud_coverage:
|
||||
hidden: true
|
||||
weather.openweathermap:
|
||||
hidden: true
|
||||
sensor.current_version:
|
||||
hidden: true
|
||||
sensor.openweathermap_visibility:
|
||||
hidden: true
|
||||
sensor.daylight:
|
||||
hidden: true
|
||||
camera.mail_usps_camera_2:
|
||||
hidden: false
|
||||
custom_card: true
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sort_order: 4
|
||||
camera.mail_amazon_delivery_camera_2:
|
||||
hidden: true
|
||||
sensor.mail_amazon_packages_delivered_2:
|
||||
hidden: true
|
||||
sort_order: 3
|
||||
sensor.mail_amazon_exception_2:
|
||||
hidden: true
|
||||
sensor.mail_amazon_packages_2:
|
||||
hidden: true
|
||||
sensor.mail_fedex_delivered_2:
|
||||
hidden: true
|
||||
sort_order: 4
|
||||
sensor.mail_fedex_delivering_2:
|
||||
hidden: true
|
||||
sensor.mail_fedex_packages_2:
|
||||
hidden: true
|
||||
sensor.mail_updated_2:
|
||||
hidden: true
|
||||
sensor.mail_ups_delivered_2:
|
||||
hidden: true
|
||||
sort_order: 5
|
||||
sensor.mail_ups_delivering_2:
|
||||
hidden: true
|
||||
sensor.mail_ups_exception_2:
|
||||
hidden: true
|
||||
sensor.mail_ups_packages_2:
|
||||
hidden: true
|
||||
sensor.mail_usps_delivered_2:
|
||||
hidden: true
|
||||
sort_order: 6
|
||||
sensor.mail_usps_delivering_2:
|
||||
hidden: true
|
||||
sensor.mail_usps_exception_2:
|
||||
hidden: true
|
||||
sensor.mail_usps_mail_2:
|
||||
hidden: true
|
||||
sensor.mail_usps_packages_2:
|
||||
hidden: true
|
||||
sensor.mail_image_system_path_2:
|
||||
hidden: true
|
||||
sensor.mail_image_url_2:
|
||||
hidden: true
|
||||
sensor.moon:
|
||||
hidden: true
|
||||
switch.on_off_light_8:
|
||||
hidden: false
|
||||
custom_card: true
|
||||
sort_order: 3
|
||||
light.front_lights:
|
||||
hidden: true
|
||||
binary_sensor.charish_lr_tcl_rokutv_headphones_connected:
|
||||
hidden: true
|
||||
disabled: true
|
||||
binary_sensor.charish_lr_tcl_rokutv_supports_airplay:
|
||||
hidden: true
|
||||
disabled: true
|
||||
binary_sensor.charish_lr_tcl_rokutv_supports_ethernet:
|
||||
hidden: true
|
||||
disabled: true
|
||||
binary_sensor.charish_lr_tcl_rokutv_supports_find_remote:
|
||||
hidden: true
|
||||
disabled: true
|
||||
light.living_room:
|
||||
hidden: true
|
||||
disabled: true
|
||||
media_player.charish_lr_tcl_rokutv:
|
||||
custom_card: true
|
||||
sort_order: 1
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '3'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
remote.charish_lr_tcl_rokutv:
|
||||
hidden: false
|
||||
disabled: false
|
||||
sort_order: 6
|
||||
sensor.charish_lr_tcl_rokutv_active_app_id:
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.charish_lr_tcl_rokutv_active_app:
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.mdf_consumption:
|
||||
custom_card: true
|
||||
sort_order: 3
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
light.living_room_light:
|
||||
sort_order: 2
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
light.livingroom_lamp:
|
||||
sort_order: 2
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '1'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '1'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sensor.fios_router_b_received:
|
||||
sort_order: 7
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_b_sent:
|
||||
sort_order: 8
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_packets_received:
|
||||
sort_order: 9
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_packets_sent:
|
||||
sort_order: 10
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_kib_s_received:
|
||||
sort_order: 11
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_kib_s_sent:
|
||||
sort_order: 12
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_packets_s_received:
|
||||
sort_order: 5
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.fios_router_packets_s_sent:
|
||||
sort_order: 6
|
||||
hidden: true
|
||||
disabled: true
|
||||
sensor.consumption_5:
|
||||
sort_order: 13
|
||||
hidden: true
|
||||
disabled: false
|
||||
switch.living_room_mdf_plug_2:
|
||||
sort_order: 14
|
||||
hidden: true
|
||||
disabled: false
|
||||
switch.humidifier_plug:
|
||||
sort_order: 15
|
||||
hidden: true
|
||||
disabled: false
|
||||
switch.on_off_light_9:
|
||||
custom_card: true
|
||||
binary_sensor.charish_br_tcl_rokutv_headphones_connected:
|
||||
hidden: true
|
||||
binary_sensor.charish_br_tcl_rokutv_supports_airplay:
|
||||
hidden: true
|
||||
binary_sensor.charish_br_tcl_rokutv_supports_ethernet:
|
||||
hidden: true
|
||||
binary_sensor.charish_br_tcl_rokutv_supports_find_remote:
|
||||
hidden: true
|
||||
sensor.charish_br_tcl_rokutv_active_app:
|
||||
hidden: true
|
||||
sensor.charish_br_tcl_rokutv_active_app_id:
|
||||
hidden: true
|
||||
remote.charish_br_tcl_rokutv:
|
||||
hidden: true
|
||||
media_player.charish_br_tcl_rokutv:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sort_order: 1
|
||||
light.home_office:
|
||||
hidden: true
|
||||
light.bedroom:
|
||||
hidden: true
|
||||
light.bathroom_lights:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sensor.hrp_consumption:
|
||||
hidden: false
|
||||
sort_order: 2
|
||||
sensor.orp_consumption:
|
||||
hidden: false
|
||||
disabled: true
|
||||
switch.living_room_mdf_plug:
|
||||
disabled: true
|
||||
switch.home_rig_plug:
|
||||
custom_card: true
|
||||
sort_order: 1
|
||||
device_tracker.charish_lr_tcl_rokutv_2:
|
||||
hidden: true
|
||||
disabled: false
|
||||
device_tracker.charish_br_tcl_rokutv_2:
|
||||
hidden: true
|
||||
light.dimmable_light_10:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '1'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '1'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
button.living_room_lights_sleep_store_current_scene:
|
||||
hidden: true
|
||||
disabled: true
|
||||
light.living_room_lights:
|
||||
hidden: true
|
||||
disabled: true
|
||||
button.living_room_lights_cloudy_day_store_current_scene:
|
||||
hidden: true
|
||||
disabled: true
|
||||
scene.living_room_lights_cloudy_day:
|
||||
hidden: false
|
||||
disabled: false
|
||||
custom_card: true
|
||||
sort_order: 6
|
||||
scene.living_room_lights_sleep:
|
||||
hidden: false
|
||||
disabled: false
|
||||
custom_card: true
|
||||
sort_order: 4
|
||||
light.living_room_lamp:
|
||||
custom_card: true
|
||||
sort_order: 3
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sensor.consumption_7:
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: MDF Plug
|
||||
col_span: '1'
|
||||
row_span: '1'
|
||||
col_span_lg: '1'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '1'
|
||||
row_span_xl: '1'
|
||||
custom_card: false
|
||||
custom_popup: false
|
||||
sort_order: 5
|
||||
sensor.consumption_6:
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: Dehumidifier Plug
|
||||
col_span: '1'
|
||||
row_span: '1'
|
||||
col_span_lg: '1'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '1'
|
||||
row_span_xl: '1'
|
||||
custom_card: false
|
||||
custom_popup: false
|
||||
sort_order: 4
|
||||
light.bathroom_bulb_3:
|
||||
hidden: true
|
||||
light.bathroom_bulb_4:
|
||||
hidden: true
|
||||
light.bathroom_bulb_2:
|
||||
hidden: true
|
||||
light.bathroom_bulb_1:
|
||||
hidden: true
|
||||
button.bathroom_lights_night_store_current_scene:
|
||||
hidden: true
|
||||
scene.bathroom_lights_night:
|
||||
custom_card: true
|
||||
light.bedroom_lamp:
|
||||
custom_card: true
|
||||
sort_order: 2
|
||||
custom_popup: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '2'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
switch.dehumidifier_plug:
|
||||
hidden: true
|
||||
button.living_room_lights_night_store_current_scene:
|
||||
disabled: true
|
||||
button.living_room_lights_day_store_current_scene:
|
||||
disabled: true
|
||||
scene.living_room_lights_night:
|
||||
custom_card: true
|
||||
sort_order: 7
|
||||
scene.living_room_lights_day:
|
||||
sort_order: 6
|
||||
custom_card: true
|
||||
binary_sensor.usps_image_updated:
|
||||
hidden: true
|
||||
binary_sensor.amazon_image_updated:
|
||||
hidden: true
|
||||
button.living_room_lamp_identify_2:
|
||||
excluded: true
|
||||
hidden: true
|
||||
button.living_room_light_identify:
|
||||
excluded: true
|
||||
hidden: true
|
||||
number.living_room_lamp_on_level_2:
|
||||
excluded: true
|
||||
hidden: true
|
||||
light.living_room_lamp_light_2:
|
||||
custom_card: true
|
||||
hidden: true
|
||||
sort_order: 3
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
light.living_room_light_light:
|
||||
custom_card: true
|
||||
sort_order: 3
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
number.living_room_lamp_on_off_transition_time_2:
|
||||
hidden: true
|
||||
number.living_room_lamp_start_up_color_temperature_2:
|
||||
sort_order: 4
|
||||
hidden: true
|
||||
number.living_room_light_on_level:
|
||||
sort_order: 5
|
||||
hidden: true
|
||||
number.living_room_light_on_off_transition_time:
|
||||
sort_order: 6
|
||||
hidden: true
|
||||
number.living_room_light_start_up_color_temperature:
|
||||
sort_order: 7
|
||||
hidden: true
|
||||
number.living_room_light_start_up_current_level:
|
||||
sort_order: 8
|
||||
hidden: true
|
||||
select.living_room_lamp_start_up_behavior_2:
|
||||
sort_order: 9
|
||||
hidden: true
|
||||
select.living_room_light_start_up_behavior:
|
||||
sort_order: 10
|
||||
hidden: true
|
||||
number.living_room_lamp_start_up_current_level_2:
|
||||
sort_order: 11
|
||||
hidden: true
|
||||
button.bedroom_light_identify_2:
|
||||
hidden: true
|
||||
number.bedroom_light_on_level_2:
|
||||
hidden: true
|
||||
sensor.bedroom_light_instantaneous_demand_2:
|
||||
hidden: true
|
||||
sensor.bedroom_light_summation_delivered_2:
|
||||
hidden: true
|
||||
light.bedroom_light_mintransitionlight_2:
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: true
|
||||
custom_popup: false
|
||||
light.bathroom_light_4_mintransitionlight:
|
||||
hidden: true
|
||||
button.bathroom_light_4_identify:
|
||||
hidden: true
|
||||
button.bathroom_light_2_identify:
|
||||
hidden: true
|
||||
button.bathroom_light_1_identify:
|
||||
hidden: true
|
||||
light.bathroom_light_1_mintransitionlight:
|
||||
hidden: true
|
||||
sensor.bathroom_light_4_instantaneous_demand:
|
||||
hidden: true
|
||||
sensor.bathroom_light_4_summation_delivered:
|
||||
hidden: true
|
||||
sensor.bathroom_light_2_instantaneous_demand:
|
||||
hidden: true
|
||||
sensor.bathroom_light_1_summation_delivered:
|
||||
hidden: true
|
||||
number.bathroom_light_1_on_level:
|
||||
hidden: true
|
||||
number.bathroom_light_4_on_level:
|
||||
hidden: true
|
||||
number.bathroom_light_2_on_level:
|
||||
hidden: true
|
||||
sensor.bathroom_light_2_summation_delivered:
|
||||
hidden: true
|
||||
sensor.bathroom_light_1_instantaneous_demand:
|
||||
hidden: true
|
||||
light.bathroom_light_2_mintransitionlight:
|
||||
hidden: true
|
||||
light.dresden_elektronik_raspbee_ii_bathroom_lights_zha_group_0x0002:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: true
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '2'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
light.dresden_elektronik_raspbee_ii_living_room_lights_zha_group_0x0003:
|
||||
sort_order: 2
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
switch.kitchen_light_switch:
|
||||
custom_card: true
|
||||
sort_order: 1
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '2'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sensor.kitchen_light_battery:
|
||||
sort_order: 2
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '2'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_card: false
|
||||
custom_popup: false
|
||||
button.lumi_lumi_switch_b2laus01_identify:
|
||||
hidden: true
|
||||
sensor.lumi_lumi_switch_b2laus01_device_temperature:
|
||||
hidden: true
|
||||
light.lumi_lumi_switch_b2laus01_light_2:
|
||||
hidden: false
|
||||
light.lumi_lumi_switch_b2laus01_light:
|
||||
custom_card: true
|
||||
hidden: true
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '2'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '2'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sort_order: 2
|
||||
binary_sensor.front_door_sensor_opening:
|
||||
sort_order: 5
|
||||
sensor.front_door_sensor_battery:
|
||||
sort_order: 3
|
||||
light.lumi_lumi_switch_b1laus01_light:
|
||||
hidden: true
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: Kitchen Light
|
||||
col_span: '2'
|
||||
row_span: '2'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: true
|
||||
custom_popup: false
|
||||
sort_order: 1
|
||||
light.dresden_elektronik_raspbee_ii_living_room_lights:
|
||||
sort_order: 2
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: true
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: true
|
||||
custom_popup: false
|
||||
button.mdf_power_identify_2:
|
||||
sort_order: 10
|
||||
hidden: true
|
||||
button.dehumidifier_identify_3:
|
||||
sort_order: 9
|
||||
hidden: true
|
||||
select.mdf_power_start_up_behavior_2:
|
||||
sort_order: 11
|
||||
excluded: true
|
||||
hidden: true
|
||||
select.dehumidifier_start_up_behavior_3:
|
||||
sort_order: 17
|
||||
excluded: true
|
||||
hidden: true
|
||||
sensor.mdf_power_instantaneous_demand_2:
|
||||
sort_order: 10
|
||||
sensor.mdf_power_summation_delivered_2:
|
||||
sort_order: 11
|
||||
sensor.dehumidifier_instantaneous_demand_3:
|
||||
sort_order: 12
|
||||
sensor.dehumidifier_summation_delivered_3:
|
||||
sort_order: 9
|
||||
switch.mdf_power_switch_2:
|
||||
sort_order: 7
|
||||
switch.dehumidifier_switch_3:
|
||||
sort_order: 8
|
||||
button.lumi_lumi_switch_b1laus01_identify:
|
||||
sort_order: 2
|
||||
hidden: true
|
||||
sensor.lumi_lumi_switch_b1laus01_device_temperature:
|
||||
sort_order: 2
|
||||
hidden: true
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: false
|
||||
custom_popup: false
|
||||
light.tv_lights_light:
|
||||
custom_card: true
|
||||
sort_order: 2
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
button.tv_lights_identify:
|
||||
sort_order: 17
|
||||
hidden: true
|
||||
light.dresden_elektronik_raspbee_ii_no_name_group_0xfff0:
|
||||
sort_order: 18
|
||||
excluded: true
|
||||
hidden: true
|
||||
light.dresden_elektronik_raspbee_ii_no_name_group_0x0007:
|
||||
sort_order: 19
|
||||
excluded: true
|
||||
light.dresden_elektronik_raspbee_ii_no_name_group_0x0004:
|
||||
sort_order: 8
|
||||
excluded: true
|
||||
number.tv_lights_on_off_transition_time:
|
||||
sort_order: 17
|
||||
excluded: true
|
||||
number.tv_lights_start_up_color_temperature:
|
||||
sort_order: 18
|
||||
excluded: true
|
||||
number.tv_lights_start_up_current_level:
|
||||
sort_order: 19
|
||||
excluded: true
|
||||
select.tv_lights_start_up_behavior:
|
||||
sort_order: 20
|
||||
excluded: true
|
||||
light.bathroom:
|
||||
hidden: true
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: true
|
||||
custom_popup: false
|
||||
light.living_room_lamp_light:
|
||||
custom_card: true
|
||||
sort_order: 2
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
button.living_room_lamp_identify:
|
||||
sort_order: 24
|
||||
sensor.living_room_lamp_instantaneous_demand:
|
||||
sort_order: 25
|
||||
sensor.living_room_lamp_summation_delivered:
|
||||
sort_order: 26
|
||||
light.sengled_e11_n1ea_light:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sort_order: 2
|
||||
button.sengled_e11_n1ea_identify:
|
||||
sort_order: 24
|
||||
sensor.sengled_e11_n1ea_instantaneous_demand:
|
||||
sort_order: 25
|
||||
sensor.sengled_e11_n1ea_summation_delivered:
|
||||
sort_order: 26
|
||||
light.sengled_e11_n1ea_light_2:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: Living Room Lamp
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sort_order: 4
|
||||
button.sengled_e11_n1ea_identify_2:
|
||||
sort_order: 21
|
||||
excluded: true
|
||||
sensor.living_room_lamp_instantaneous_demand_2:
|
||||
sort_order: 13
|
||||
sensor.living_room_lamp_summation_delivered_2:
|
||||
sort_order: 14
|
||||
light.bedroom_lamp_light_3:
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: true
|
||||
custom_popup: false
|
||||
sort_order: 2
|
||||
button.bedroom_lamp_identify_3:
|
||||
sort_order: 3
|
||||
sensor.bedroom_lamp_instantaneous_demand_2:
|
||||
sort_order: 4
|
||||
sensor.bedroom_lamp_summation_delivered_2:
|
||||
sort_order: 5
|
||||
sensor.living_room_light_instantaneous_demand:
|
||||
sort_order: 15
|
||||
sensor.living_room_light_summation_delivered:
|
||||
sort_order: 16
|
||||
light.five_way_ceiling_lamp:
|
||||
custom_card: true
|
||||
sort_order: 1
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
switch.five_way_ceiling_lamp_do_not_disturb:
|
||||
sort_order: 6
|
||||
hidden: true
|
||||
light.dresden_elektronik_raspbee_ii_rgb_lights:
|
||||
custom_card: true
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: true
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
sort_order: 2
|
||||
light.living_room_lamp_light_3:
|
||||
sort_order: 4
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_card: true
|
||||
custom_popup: false
|
||||
binary_sensor.fios_router_wan_status:
|
||||
sort_order: 21
|
||||
button.living_room_lamp_identify_3:
|
||||
sort_order: 5
|
||||
hidden: true
|
||||
sensor.fios_router_external_ip:
|
||||
sort_order: 22
|
||||
light.foyer_overhead_light:
|
||||
custom_card: true
|
||||
sort_order: 1
|
||||
hidden: false
|
||||
excluded: false
|
||||
disabled: false
|
||||
friendly_name: ''
|
||||
col_span: '2'
|
||||
row_span: '1'
|
||||
col_span_lg: '3'
|
||||
row_span_lg: '1'
|
||||
col_span_xl: '4'
|
||||
row_span_xl: '1'
|
||||
custom_popup: false
|
||||
switch.foyer_overhead_light_do_not_disturb:
|
||||
sort_order: 6
|
||||
hidden: true
|
||||
update.foyer_light_firmware:
|
||||
sort_order: 7
|
||||
hidden: true
|
||||
update.front_door_sensor_firmware:
|
||||
sort_order: 8
|
||||
hidden: true
|
||||
update.bathroom_light_4_firmware:
|
||||
disabled: true
|
||||
update.bathroom_light_2_firmware:
|
||||
disabled: true
|
||||
update.bathroom_light_1_firmware:
|
||||
disabled: true
|
||||
light.bathroom_light_3_mintransitionlight_3:
|
||||
hidden: true
|
||||
update.bathroom_light_3_firmware:
|
||||
hidden: true
|
||||
button.bathroom_light_3_identify_3:
|
||||
hidden: true
|
||||
button.appliances_identify_2:
|
||||
hidden: true
|
||||
update.appliances_firmware:
|
||||
hidden: true
|
||||
switch.microwave_switch:
|
||||
hidden: true
|
||||
button.microwave_identify:
|
||||
hidden: true
|
||||
select.microwave_start_up_behavior:
|
||||
hidden: true
|
||||
select.appliances_start_up_behavior_2:
|
||||
hidden: true
|
||||
sensor.microwave_instantaneous_demand:
|
||||
hidden: true
|
||||
sensor.microwave_summation_delivered:
|
||||
hidden: true
|
||||
sensor.appliances_instantaneous_demand_2:
|
||||
hidden: true
|
||||
sensor.appliances_summation_delivered_2:
|
||||
hidden: true
|
||||
switch.appliances_switch_2:
|
||||
hidden: true
|
||||
update.kitchen_light_firmware:
|
||||
hidden: true
|
||||
update.microwave_firmware:
|
||||
hidden: true
|
||||
@@ -0,0 +1,8 @@
|
||||
disable_clock: true
|
||||
am_pm_clock: true
|
||||
disable_welcome_message: false
|
||||
v2_mode: false
|
||||
weather_entity: weather.home_rikku
|
||||
alarm_entity: ''
|
||||
disable_sensor_graph: false
|
||||
invert_cover: false
|
||||
Reference in New Issue
Block a user