emavarela
(Emanuel Varela)
7
Hi there,
Searching for something similar I found some nice already answered threads that helped me out:
So basically, setup a very long scan_interval value for your sensor, and whenever you want to update the value run with an action the following:
- service: homeassistant.update_entity
entity_id: sensor.your_rest_sensor
Cheers,
Emanuel
1 Like