Skip to content

Where to update <your tesla model> in mqtt_sensors.yaml #4351

Answered by longzheng
stauffenberg2020 asked this question in Q&A
Discussion options

You must be logged in to vote

@stauffenberg2020 You want to update these values in the first sensor definition

- sensor:
    name: Display Name
    object_id: tesla_display_name
    unique_id: teslamate_1_display_name
    availability: &teslamate_availability
      - topic: teslamate/cars/1/healthy
        payload_available: "true"
        payload_not_available: "false"
    device: &teslamate_device_info
      identifiers: [teslamate_car_1]
      configuration_url: https://teslamate.zxxz.io/         # update this with your teslamate URL
      manufacturer: Tesla
      model: Model 3                                        # update this with your car model
      name: Tesla Model 3                                   # up…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@JakobLichterfeld
Comment options

@longzheng
Comment options

Answer selected by JakobLichterfeld
@JakobLichterfeld
Comment options

Comment options

You must be logged in to vote
5 replies
@longzheng
Comment options

@stauffenberg2020
Comment options

@longzheng
Comment options

@JakobLichterfeld
Comment options

@stauffenberg2020
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind:documentation Adds or improves documentation
3 participants