- Remove variables that are covered by other sensors (CCU only) - Remove dummy from service message (HmIP-RF always sends 0001D3C98DD4B6:3 unreach) - Rename Bidcos thermostats to SimpleRfThermostat and RfThermostat - Use more Enums (like HA does): HmPlatform, HmEventType - Use assignment expressions - Add more type hints (fix most mypy errors)
0.0.16
- Don't use default entities for climate groups (already included in device)
0.0.15
- Fix: remove wildcard for HmIP-STHD - Add unit to hub entities
0.0.14
- Add KeyMatic - Add HmIP-MOD-OC8 - Add HmIP-PCBS, HmIP-PCBS2, HmIP-PCBS-BAT, HmIP-USBSM - Remove xmlrpc calls related to ccu system variables (not supported by api) - Update hub sensor excludes
0.0.13
- Add HmIP-MOD-HO, HmIP-MOD-TM - Add sub_type to device/entity - Add PRESET_NONE to climate - Add level und state as additional entities for climate
0.0.12
- 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.