- platform: template unique_id: "ACURITE-ATLAS-A-409" name: "My Weather Station" condition_template: "{{ states('weather.forecast_home') }}" temperature_template: "{{ states('sensor.acurite_atlas_a_409_temperature') | float }}" temperature_unit: "°C" humidity_template: "{{ states('sensor.acurite_atlas_a_409_humidity') | float }}" wind_speed_template: "{{ states('sensor.acurite_atlas_a_409_wind_average') | float }}" wind_speed_unit: "km/h" wind_bearing_template: "{{ states('sensor.acurite_atlas_a_409_wind_direction') | float }}" precipitation_unit: "mm" forecast_hourly_template: "{{ state_attr('weather.forecast_home', 'forecast_data') }}" forecast_daily_template: "{{ state_attr('weather.forecast_home', 'forecast_data') }}"