Remove some entities that no longer exist from configs
This commit is contained in:
@ -119,7 +119,6 @@ recorder:
|
||||
- sensor.time_utc
|
||||
- sensor.hacs
|
||||
- sensor.mariadb_database_size
|
||||
- sensor.internet_time
|
||||
- sensor.random_joke
|
||||
- sensor.bypassed_sensors
|
||||
include:
|
||||
@ -178,7 +177,6 @@ influxdb:
|
||||
- sensor.xr500_gateway_kib_s_sent
|
||||
- light.all_lights
|
||||
- fan.all_fans
|
||||
- sensor.internet_time
|
||||
- sensor.random_joke
|
||||
include:
|
||||
domains:
|
||||
@ -265,7 +263,6 @@ influxdb:
|
||||
- binary_sensor.tina_home
|
||||
- binary_sensor.tony_home
|
||||
- binary_sensor.kallen_home
|
||||
- sensor.tm24fan8_home_assistant_configs_issues
|
||||
- binary_sensor.internet
|
||||
- binary_sensor.people_present
|
||||
- weather.iron_nerd_weather_station
|
||||
@ -338,7 +335,6 @@ prometheus:
|
||||
- sensor.xr500_gateway_kib_s_sent
|
||||
- light.all_lights
|
||||
- fan.all_fans
|
||||
- sensor.internet_time
|
||||
- sensor.random_joke
|
||||
include_domains:
|
||||
- sun
|
||||
@ -424,7 +420,6 @@ prometheus:
|
||||
- binary_sensor.tina_home
|
||||
- binary_sensor.tony_home
|
||||
- binary_sensor.kallen_home
|
||||
- sensor.tm24fan8_home_assistant_configs_issues
|
||||
- binary_sensor.internet
|
||||
- binary_sensor.people_present
|
||||
- weather.iron_nerd_weather_station
|
||||
|
@ -111,7 +111,6 @@ weather:
|
||||
forecast_hourly_template: >
|
||||
{% set forecasts = [
|
||||
states.weather.tomorrow_io_stratton_ave_hourly.attributes,
|
||||
states.weather.kdfi_hourly.attributes,
|
||||
states.sensor.pirateweather_hourly_weather_forecast.attributes
|
||||
] %}
|
||||
{{ forecasts | selectattr('forecast','defined') | map(attribute='forecast') | list | first }}
|
||||
|
11
scripts.yaml
11
scripts.yaml
@ -138,12 +138,6 @@ max_brightness:
|
||||
minutes: 0
|
||||
seconds: 1
|
||||
milliseconds: 0
|
||||
- service: automation.turn_off
|
||||
data:
|
||||
stop_actions: true
|
||||
target:
|
||||
entity_id: automation.living_room_night_lighting
|
||||
alias: Turn off Living Room night automation
|
||||
- alias: Cancel living room motion timer
|
||||
service: timer.cancel
|
||||
data: {}
|
||||
@ -441,11 +435,6 @@ max_brightness_cleanup:
|
||||
entity_id:
|
||||
- switch.adaptive_lighting_front_porch
|
||||
data: {}
|
||||
- service: automation.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: automation.living_room_night_lighting
|
||||
alias: Turn on Living Room night automation
|
||||
- service: script.adaptive_on_first_floor
|
||||
data: {}
|
||||
alias: Adaptive on first floor
|
||||
|
Reference in New Issue
Block a user