it’s no longer working. the type
configuration option had to be removed. you have to create a generic thermostat now to expose the temperature.
climate:
- platform: generic_thermostat
name: Living Room Heater
heater: input_boolean.fake_heater
target_sensor: sensor.living_room_temperature
initial_operation_mode: "off"
target_temp: 21
input_boolean:
fake_heater:
name: Fake Heater
icon: mdi:toggle-switch-off
initial: off
google_assistant:
project_id: !secret ga_project_id
client_id: !secret ga_client_id
access_token: !secret ga_access_token
api_key: !secret ga_api_key
expose_by_default: false
entity_config:
climate.living_room_heater:
expose: true
name: Thermostat