Various updates to help with the Tesla Vampire Drain.

This commit is contained in:
ccostan 2021-07-12 00:33:18 -04:00
parent 40a4913eff
commit 7a8a0ddea3
5 changed files with 18 additions and 8 deletions

View File

@ -40,7 +40,13 @@ filter:
- light.outdoor_pool_lights
- light.upstairs_lights
- 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:
camera.carlo_nvr_camera1:
linked_motion_sensor: binary_sensor.camera1_motion_sensor

View File

@ -4,9 +4,9 @@
# JuiceBox 40 Support - https://amzn.to/3eA95dV
# https://www.vcloudinfo.com/2018/06/using-home-assistant-to-fix-my-juicebox.html
#-------------------------------------------
juicenet:
access_token: !secret juicenet_access_token
# Moved to UI integration
# juicenet:
# access_token: !secret juicenet_access_token
switch:
- platform: command_line

View File

@ -6,6 +6,7 @@ purge_keep_days: 14
include:
entities:
- group.landscaping
- device_tracker.spaceship_location_tracker
exclude:
domains:
- updater

File diff suppressed because one or more lines are too long