v2.4.0
What's Changed
Ignore devices that are disabled
You can disable devices through the Home Assistant interface. The entities related to these devices will not be available anymore.
Retrieving the data from the API will also take these disabled devices into account. So their information won't be requested. If you disable all devices from the same device type it will also speed up the process of retrieving that data.
See #65
Others
- Return nothing if entity is not available by @tijsverkoyen in #64
Full Changelog: v2.3.5...v2.4.0