enkama / hass-variables

Home Assistant variables component
89 stars 12 forks source link

Bad documentation about value property #127

Closed bigboban closed 2 months ago

bigboban commented 3 months ago

I upgraded from 2.x version to last. So i went to doc to read how to do everything in new version.

In table below variable.update_sensor is only "value" property alone. But it does NOT work. Right is something like this:

    - service: variable.update_sensor
      target:
        entity_id: xxx
      data:  
        value: 10

Add "data" to your doc please.

Snuffy2 commented 2 months ago

Sorry, I'm not seeing the issue. All of the examples in the Readme and in the examples folder do have data.

bigboban commented 2 months ago
image