twrecked / hass-virtual

Virtual Components for Home Assistant
GNU General Public License v3.0
167 stars 28 forks source link

[FR] Add "gps_accuracy" for "virtual.move" #127

Closed ildar170975 closed 1 month ago

ildar170975 commented 3 months ago

Currently we can use this service call:

    - service: virtual.move
      target:
        entity_id: device_tracker.virtual_tracker_1
      data:
        gps:
          latitude: 65.73062649311031
          longitude: 5.273437500000001

Unfortunately, we cannot add a "gps_accuracy" property.

Why it could be desirable? Virtual tracker may be used: -- for testing -- for emulating "normal" device_tracker entities: we can feed coords & accuracy (gathered from some other source) for a virtual tracker.

Please add an optional gps_accuracy attribute for the virtual.move service call.

ildar170975 commented 1 month ago

Seems to be added in beta.17 Thanks a lot!!!!!