#mqtt sensors come up as "unnamed_device"

1 messages · Page 1 of 1 (latest)

brave badge
#

Folks, I could use some help here. My sensors keep coming up as "unnamed device" even though they are named.

- sensor:
    name: Display Name
    default_entity_id: tesla_display_name # entity_id
    unique_id: teslamate_1_display_name # internal id, used for device grouping
    device: &teslamate_device_info
      identifiers: [teslamate_car_1]
      configuration_url: http://10.0.0.132:4000 # update this with your teslamate URL, e.g. https://teslamate.example.com/
      manufacturer: Tesla
      model: Model Y # update this with your car model, e.g. Model 3
      name: Ampy # update this with your car name, e.g. Tesla Model 3
    state_topic: "teslamate/cars/1/display_name"
    icon: mdi:car


- sensor:
    name: Geofence
    default_entity_id: tesla_geofence
    unique_id: teslamate_1_geofence
    device: *teslamate_device_info
    state_topic: "teslamate/cars/1/geofence"
    icon: mdi:earth
supple hawk
#

default_entity_id needs to include the domain (e.g., sensor.tesla_geofence)

real belfry