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