home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.83k stars 7.22k forks source link

TNN Sensors entities as History Graph not a Line Graph #33329

Closed Saad-Imtiaz closed 3 months ago

Saad-Imtiaz commented 3 months ago

Feedback

In the documentation of the integration it should be motioned how to declare the unit of measurement for each sensor, right now I am getting this history graph, as shown in the picture below. history graph

What I want is the line graph which I get on all my other sensors. CO2 Line Graph

I know that unit of measurement needs to be defined for each entity but there is no information how to do so.

Please help me in this regard,

Thank you.

URL

https://www.home-assistant.io/integrations/thethingsnetwork/

Version

2024.6.3

Additional information

No response

home-assistant[bot] commented 3 months ago

Hey there @angelnu, mind taking a look at this feedback as it has been labeled with an integration (thethingsnetwork) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `thethingsnetwork` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign thethingsnetwork` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
frenck commented 3 months ago

Hi there @Saad-Imtiaz 👋

It seems like you want to report an issue with an Home Assistant integration, however, you have submitted documentation feedback instead. Please report issues with integrations here:

https://github.com/home-assistant/core/issues

Thanks 👍

../Frenck

Saad-Imtiaz commented 3 months ago

Hi @frenck , Actually, there is also a problem with documentation in this issue, as the procedure of doing this is not mentioned in the documentation.

angelnu commented 3 months ago

Yes, until we re-add the capability to define the units in the integration itself as the custom integration, the manual process is needed.

Saad-Imtiaz commented 3 months ago

Can you kindly let me know how to set it up manually as I am having a hard time figuring out how to get this done. Thank you.

angelnu commented 3 months ago

You might use customize: https://community.home-assistant.io/t/unit-of-measurement/208905

It might need you to go the yaml way. Not great but it will have to do for a few weeks until we complete the features from the new integration.