Skip to content

Move functionality into backend, rearrange data in output

Compare
Choose a tag to compare
@bouwew bouwew released this 06 Jun 10:34
· 4893 commits to main since this release
7df4992

Rearrange data: the outputs of get_all_devices() and get_device_data() are combined into self.gw_devices. Binary_sensors, sensors and switches are included with all their attributes, in lists.
Two classes have been added (entities.py), one for master_thermostats and one for binary_sensors, these classes now handle the processing of data previously done in plugwise-beta (climate.py and binary_sensor.py).