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

Fix name in lovelace example to match sensor name #3718

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

js94x
Copy link
Contributor

@js94x js94x commented Mar 3, 2024

this PR is related to #3613 and fixes the sensor name in lovelace example too

Copy link

netlify bot commented Mar 3, 2024

Deploy Preview for teslamate ready!

Name Link
🔨 Latest commit dc3ec8d
🔍 Latest deploy log https://app.netlify.com/sites/teslamate/deploys/65e4b838fffe3900088d3f35
😎 Deploy Preview https://deploy-preview-3718--teslamate.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@tobiasehlert tobiasehlert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@js94x, is there a sensor.tesla_tpms_pressure_fl for bar then?
Can't see that in the sensor.yaml file, but I don't run HA myself either so can't check.

@tobiasehlert tobiasehlert added the kind:documentation Adds or improves documentation label Mar 4, 2024
@js94x
Copy link
Contributor Author

js94x commented Mar 4, 2024

Hi @tobiasehlert

yes, Teslamate is exposing tpms_pressure_* via MQTT, see here:
https://github.com/teslamate-org/teslamate/blob/master/website/docs/integrations/mqtt.md?plain=1#L70-L73

For using these in HA, there is a "mapping" from these MQTT topics to corresponding sensors in Home Assistant, see here for example: https://github.com/teslamate-org/teslamate/blob/master/website/docs/integrations/home_assistant.md?plain=1#L447

I used all the examples from the docs to display Teslamate data in HA and wondered about four "entity not found" errors in Lovelace UI, therefore I created the PR 👍

@tobiasehlert
Copy link
Collaborator

Thanks for clarification @js94x 👍

Copy link
Collaborator

@tobiasehlert tobiasehlert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tobiasehlert tobiasehlert merged commit 1316518 into teslamate-org:master Mar 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:documentation Adds or improves documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants