- Add more type converter - Move get_tls_context to helper - Update requirements - Cleanup constants - Use flags from parameter_data - Add wildcard start to exclude parameters that start with word - Fix channel assignment for dimmers - Fix entity name: add channel only if a parameter name exists is in multiple channels of the device.
0.0.11
- Fix: cover open/close default values to float - Fix: add missing async/await - make get_primary_client public
0.0.10
- Fix TLS handling
0.0.9
- Don't start connection checker for pydevccu - Use a dummy hub for pydevccu - Convert min, max, default values (fix for cover)
0.0.8
- Add button platform. This allows to use the virtual remotes of a ccu in automations. - Cleanup entity inheritance.
0.0.7
- Switch to a non-permanent session for jsonrpc calls The json capabilities of a ccu are limited (3 parallel session!?!). So we no longer us a persisted session. (like pyhomematic) - Enable write-only params as HMAction(solves a problem with climate writing CONTROL_MODE)