Todo
Follow-up from #1 merge, as per @bouwew comments
custom_components/plugwise_usb/models.py
Also below all plugwise_api=STICK, lines can be removed.
Or remove this class and rename below classes to SensorEntityDescription, etc.
Maybe even better, move all descriptions (back) into the relevant files, as done in Core Plugwise
Todo
Follow-up from #1 merge, as per @bouwew comments
custom_components/plugwise_usb/models.py
L28-31This part is no longer needed after the split.Also below all plugwise_api=STICK, lines can be removed.
L35-36Rewrite toclass PlugwiseEntityDescription(EntityDescription):Or remove this class and rename below classes to SensorEntityDescription, etc.
Maybe even better, move all descriptions (back) into the relevant files, as done in Core Plugwise