mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixing van_weather_template.yaml
This commit is contained in:
@@ -1,15 +1,19 @@
|
|||||||
weather:
|
template:
|
||||||
- platform: template
|
- weather:
|
||||||
name: "Van Weather"
|
- name: "Van Weather"
|
||||||
unique_id: van_weather_template
|
unique_id: van_weather_template
|
||||||
condition_template: "{{ states('sensor.van_weather_condition') }}"
|
condition_template: "{{ states('sensor.van_weather_condition') }}"
|
||||||
temperature_template: "{{ states('sensor.van_weather_temperature') }}"
|
temperature_template: "{{ states('sensor.van_weather_temperature') }}"
|
||||||
apparent_temperature_template: "{{ states('sensor.van_weather_apparent_temperature') }}"
|
temperature_unit: "°F"
|
||||||
humidity_template: "{{ states('sensor.van_weather_humidity') }}"
|
apparent_temperature_template: "{{ states('sensor.van_weather_apparent_temperature') }}"
|
||||||
pressure_template: "{{ states('sensor.van_weather_pressure') }}"
|
humidity_template: "{{ states('sensor.van_weather_humidity') }}"
|
||||||
wind_speed_template: "{{ states('sensor.van_weather_wind_speed') }}"
|
pressure_template: "{{ states('sensor.van_weather_pressure') }}"
|
||||||
wind_bearing_template: "{{ states('sensor.van_weather_wind_bearing') }}"
|
pressure_unit: "mbar"
|
||||||
visibility_template: "{{ states('sensor.van_weather_visibility') }}"
|
wind_speed_template: "{{ states('sensor.van_weather_wind_speed') }}"
|
||||||
forecast_daily_template: "{{ state_attr('sensor.van_weather_forecast_daily', 'forecast') }}"
|
wind_speed_unit: "mph"
|
||||||
forecast_hourly_template: "{{ state_attr('sensor.van_weather_forecast_hourly', 'forecast') }}"
|
wind_bearing_template: "{{ states('sensor.van_weather_wind_bearing') }}"
|
||||||
attribution_template: "Powered by Pirate Weather"
|
visibility_template: "{{ states('sensor.van_weather_visibility') }}"
|
||||||
|
visibility_unit: "mi"
|
||||||
|
forecast_daily_template: "{{ state_attr('sensor.van_weather_forecast_daily', 'forecast') }}"
|
||||||
|
forecast_hourly_template: "{{ state_attr('sensor.van_weather_forecast_hourly', 'forecast') }}"
|
||||||
|
attribution_template: "Powered by Pirate Weather"
|
||||||
|
|||||||
Reference in New Issue
Block a user