jesserizzo / envoy_reader

MIT License
37 stars 26 forks source link

Let I/O occur only when calling getData() #56

Closed gtdiehl closed 3 years ago

gtdiehl commented 3 years ago

Fix #54

Making this change as Home Assistant does not want I/O to occur when updating entities.

This change makes it so where the getData() method will retrieve the data, and the other methods will only retrieve what is stored in variables.

Changes that I made at a high-level: