8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
SenseHAT still rely on vcgencmd to read CPU temperature. However this is unavailable in HassOS and breaks the sensor.
configuration.yaml
- platform: sensehat display_options: - temperature - humidity - pressure - platform: template sensors: sensehat_temperature: value_template: '{{ states("sensor.temperature") | round(1) }}' unit_of_measurement: '°C' sensehat_pressure: value_template: '{{ states("sensor.pressure") | round(1) }}' unit_of_measurement: 'mb' sensehat_humidity: value_template: '{{ states("sensor.humidity") | round(1) }}' unit_of_measurement: '%'
I am preparing a PR for this.
The text was updated successfully, but these errors were encountered:
solve home-assistant#42708
e80ca38
Successfully merging a pull request may close this issue.
The problem
SenseHAT still rely on vcgencmd to read CPU temperature. However this is unavailable in HassOS and breaks the sensor.
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
I am preparing a PR for this.
The text was updated successfully, but these errors were encountered: