Remove all Deprecated Settings from YAML to prep for 0.107.[3~
This commit is contained in:
parent
30fd5fd7b6
commit
7e73197446
|
@ -1,5 +1,5 @@
|
|||
home_modes:
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- input_boolean.guest_mode
|
||||
- input_boolean.school_mode
|
||||
|
|
|
@ -86,7 +86,7 @@ outdoor xmas lights:
|
|||
- switch.xmas3
|
||||
|
||||
Garage lights:
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- light.garage_attic
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Triggers:
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- input_boolean.house_station
|
||||
- input_boolean.responsibilities
|
||||
|
|
|
@ -30,7 +30,7 @@ group:
|
|||
#
|
||||
all_echoes:
|
||||
view: no
|
||||
control: hidden
|
||||
|
||||
name: 'Alexa'
|
||||
entities:
|
||||
- media_player.living_room
|
||||
|
|
|
@ -13,7 +13,7 @@ homeassistant:
|
|||
group:
|
||||
router:
|
||||
name: Router Stats
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- sensor.arris_tg1682g_router_bytes_received
|
||||
- sensor.arris_tg1682g_router_bytes_sent
|
||||
|
|
|
@ -45,7 +45,7 @@ sensor:
|
|||
group:
|
||||
epson_printer:
|
||||
name: Epson Printer Info
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- sensor.epson_ink_level_black
|
||||
- sensor.epson_ink_level_cyan
|
||||
|
|
|
@ -36,7 +36,7 @@ camera:
|
|||
##############################################################################
|
||||
automation:
|
||||
- alias: 'Tweet Solar Production'
|
||||
hide_entity: false
|
||||
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
|
|
|
@ -119,7 +119,7 @@ sensor:
|
|||
###############################################################################
|
||||
automation:
|
||||
- alias: Notify Holiday State Change
|
||||
hide_entity: false
|
||||
|
||||
initial_state: true
|
||||
trigger:
|
||||
- platform: state
|
||||
|
|
|
@ -22,7 +22,7 @@ switch:
|
|||
group:
|
||||
juicenet:
|
||||
name: JuiceBox Charger
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- sensor.carlojuice_amps
|
||||
- sensor.carlojuice_charge_time
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
group:
|
||||
bolt:
|
||||
name: Chevy Bolt EV
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- device_tracker.Carlo_Bolt
|
||||
- binary_sensor.mychevy_plugged_in
|
||||
|
|
|
@ -16,7 +16,7 @@ homeassistant:
|
|||
group:
|
||||
skybell:
|
||||
name: Skybell HD Front Door
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- binary_sensor.skybell_front_door_button
|
||||
- binary_sensor.skybell_front_door_motion
|
||||
|
|
|
@ -21,7 +21,7 @@ tuya:
|
|||
# group:
|
||||
# bolt:
|
||||
# name: Chevy Bolt EV
|
||||
# control: hidden
|
||||
#
|
||||
# entities:
|
||||
# - device_tracker.Carlo_Bolt
|
||||
# - binary_sensor.mychevy_plugged_in
|
||||
|
|
|
@ -13,7 +13,7 @@ camera:
|
|||
group:
|
||||
mail:
|
||||
name: Mailbox Information
|
||||
control: hidden
|
||||
|
||||
entities:
|
||||
- sensor.usps_mail
|
||||
- sensor.usps_packages
|
||||
|
|
Loading…
Reference in New Issue