Open talormanda opened 1 hour ago
Hey there @danielhiversen, @renierm26, @murtas, @eloston, @dsypniewski, mind taking a look at this issue as it has been labeled with an integration (switchbot
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
switchbot documentation switchbot source (message by IssueLinks)
The problem
It seems the naming of the sensors is a bit off. For example, with temperature devices (in this case, the meter pro CO2), it will automatically name the sensors correctly with Carbon dioxide and Humidity, etc:
sensor.meter_pro_co2_carbon_dioxide
sensor.meter_pro_co2_humidity
But if you look at temperature, it defaults to the plain device name, for me this shows up as:
sensor.meter_pro_co2
Is there any reason this shouldn't auto set it as
sensor.meter_pro_co2_temperature
? aka: including_temperature
in the name? I believe it should follow suit like all the other sensors and identify what it is. I had to manually set it on every sensor I have. Right now, I've noticed this just with the temperature sensors. It's possible there are more that do this.What version of Home Assistant Core has the issue?
2024.11.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
switchbot
Link to integration documentation on our website
https://www.home-assistant.io/integrations/switchbot/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response