Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current temperature sensor #36

Closed
Elkropac opened this issue Aug 20, 2022 · 2 comments · Fixed by #37
Closed

Current temperature sensor #36

Elkropac opened this issue Aug 20, 2022 · 2 comments · Fixed by #37
Assignees

Comments

@Elkropac
Copy link
Contributor

Hi,
do you think there should be "current temperature" sensor, so you can create graphs easily? Maybe as a disabled entityby default?

I wanted to make graph and ended using template sensor

template:
  - sensor:
      - name: "spa_temperature"
        state: "{{ state_attr('climate.spa', 'current_temperature') | round(1) }}"
        unit_of_measurement: "°C"

Works for me.

If you find separate sensor useful, i can try to make it as PR

@mathieu-mp
Copy link
Owner

Hi @Elkropac, still good to read your contributions !

Both ways are good: template or dedicated sensor.
I'll add a Temperature Sensor, disabled by default: #37

@Elkropac
Copy link
Contributor Author

Hi, thanks you have already implemented it . I was hoping to do it myself to refresh the knowledge how to do it ;) I'm not complaing .
Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants