I am using the config below, but see the following error when I check config prior to rebooting. I only dabble around the edges of HA so I have absolutely no clue what it means:
** Platform error 'climate' from integration 'template' - Platform template.climate not found **
I have a nagging feeling something like this was indicated in an update's breaking changes but so far have failed to find anything helpful by searching for the error message.
If anyone can help explain what's going on I'd really appreciate it!
climate:
- platform: generic_thermostat
name: HA Thermostat
unique_id: JFYEM....
heater: switch.boiler_relay #Boiler Switch
target_sensor: sensor.lounge_temperature
min_temp: 12
max_temp: 30
target_temp: 18
away_temp: 13
precision: 0.5
ac_mode: false
cold_tolerance: 0.3
hot_tolerance: 0.2
min_cycle_duration:
seconds: 180
initial_hvac_mode: "heat"
#define temperature sensors
- platform: template
sensors:
ha_current_temperature:
value_template: "{{ states.sensor.lounge_temperature }}" #read downstairs temp as a sensor
friendly_name: Current Lounge Temperature
# upstairs_temp:
ha_office_temperature:
value_template: "{{ states.sensor.roaming_temperature }}"
friendly_name: Current Office Temperature
# hvac_temperature_knob:
ha_thermostat_temperature:
value_template: "{{ states.climate.ha_thermostat.attributes.temperature }}"
friendly_name: Current Thermostat Temperature
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
