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