diff --git a/configuration.yaml b/configuration.yaml index 6ab7dd4..ac2507f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 73b8f4f..8708e57 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -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 }} diff --git a/scripts.yaml b/scripts.yaml index 3486a5f..41f84a1 100644 --- a/scripts.yaml +++ b/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