#Better Thermostat with helper temperature sensor
21 messages · Page 1 of 1 (latest)
Did you make the sensor template a device type temperature and state class measurement?
mhh idk.
chatgpt gave me this.
sensor:
- platform: template
sensors:
homepod_neo_temp:
friendly_name: "HomePod Neo Temperature"
unit_of_measurement: "°C"
value_template: "{{ states('sensor.some_temperature_sensor') | float }}"
the value template is wrong for sure i just wanted to see if i can choose it as an external sensor.
The top and bottom ones are the ones that are updated with the rest api
So no then
Use the ui helpers
Will get things that actually work, unlike whatever nonsense chat gpt spits out
Put {{ states('sensor.homepod_temperature') }} in the template bit
And give it a state class of measurement rather than total or total increasing
okay give me a sec i want to remove the old one so i dont get confused
okay it works nice. now the same with the humidity ig?
how do i get rid of this one?
@merry bay
Why do you want to get rid of it?
thats an old one
ah now its gone
it worked then i changed names and now i dont see an entity id. i also cant delete them?
ah nvm just had to reload the web ui
@merry bay thank you for your help :)
Np