Remove some entities that no longer exist from configs

This commit is contained in:
2024-04-10 14:52:53 -04:00
parent e7ae9530c7
commit e9d221cace
3 changed files with 0 additions and 17 deletions

View File

@ -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 }}