Various updates to help with the Tesla Vampire Drain.
This commit is contained in:
parent
40a4913eff
commit
7a8a0ddea3
|
@ -40,7 +40,13 @@ filter:
|
||||||
- light.outdoor_pool_lights
|
- light.outdoor_pool_lights
|
||||||
- light.upstairs_lights
|
- light.upstairs_lights
|
||||||
- switch.lr_amp
|
- switch.lr_amp
|
||||||
# exclude_entities:
|
exclude_entities:
|
||||||
|
- lock.spaceship_door_lock
|
||||||
|
- lock.spaceship_charger_door_lock
|
||||||
|
- lock.spaceship_trunk_lock
|
||||||
|
- lock.spaceship_frunk_lock
|
||||||
|
- climate.spaceship_hvac_climate_system
|
||||||
|
|
||||||
entity_config:
|
entity_config:
|
||||||
camera.carlo_nvr_camera1:
|
camera.carlo_nvr_camera1:
|
||||||
linked_motion_sensor: binary_sensor.camera1_motion_sensor
|
linked_motion_sensor: binary_sensor.camera1_motion_sensor
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
# JuiceBox 40 Support - https://amzn.to/3eA95dV
|
# JuiceBox 40 Support - https://amzn.to/3eA95dV
|
||||||
# https://www.vcloudinfo.com/2018/06/using-home-assistant-to-fix-my-juicebox.html
|
# https://www.vcloudinfo.com/2018/06/using-home-assistant-to-fix-my-juicebox.html
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
# Moved to UI integration
|
||||||
juicenet:
|
# juicenet:
|
||||||
access_token: !secret juicenet_access_token
|
# access_token: !secret juicenet_access_token
|
||||||
|
|
||||||
switch:
|
switch:
|
||||||
- platform: command_line
|
- platform: command_line
|
||||||
|
|
|
@ -6,6 +6,7 @@ purge_keep_days: 14
|
||||||
include:
|
include:
|
||||||
entities:
|
entities:
|
||||||
- group.landscaping
|
- group.landscaping
|
||||||
|
- device_tracker.spaceship_location_tracker
|
||||||
exclude:
|
exclude:
|
||||||
domains:
|
domains:
|
||||||
- updater
|
- updater
|
||||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue