jesserizzo / envoy_reader

MIT License
37 stars 26 forks source link

Move I/O operations out of methods into single getData method #54

Closed gtdiehl closed 3 years ago

gtdiehl commented 3 years ago

Home Assistant does not want I/O operations to occur when Properties are updated. See link

Most I/O operations have been moved out of the individual methods, as long as the getData() method is called since this method sets a flag that forces the individual methods only pull data from the variables.

Still some I/O operations are occuring such as: