Start with I am VERY VERY NEW!!
Working on making a thermostat. nothing crazy and should be easy. I have the hardware good to go and can operate it in Tasmota, I can get a gage in love lace to show the current temp. but when I take the same sensor it give me the error.
“Specify an entity from within the climate domain”
when I go to set up the entity, I do not have any in the drop down box. when I paste in the same info I used for the gage that is when I recive the error. I have not added
below is my card and config and love lace. as I said very new, I think I am just missing something simple.
Card
type: thermostat
entity: sensor.thermostat_am2301_temperature
Config
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
frontend:
themes: !include_dir_merge_named themes
Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
love lace
title: Fitz Ritz
views:
- path: default_view
title: Home
panel: false
badges:- entity: binary_sensor.updater
- entity: person.fitz_ritz
- entity: sensor.thermostat_am2301_temperature
- entity: sensor.thermostat_am2301_humidity
- entity: sun.sun
cards: - type: ‘custom:weather-card’
entity: weather.fitz_ritz
number_of_forecasts: ‘5’ - type: iframe
url: >-
https://embed.windy.com/embed2.html?lat=36.914&lon=-96.132&detailLat=36.966&detailLon=-95.936&width=650&height=450&zoom=10&level=surface&overlay=wind&product=ecmwf&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1
aspect_ratio: 75%
title: 'Hulah Lake ’ - type: gauge
entity: sensor.thermostat_am2301_temperature
min: 0
max: 100 - type: thermostat
entity: sensor.thermostat_am2301_temperature - type: entities
entities:- sensor.thermostat_am2301_temperature