What's Changed
Version 1.18.0 (2022-10-03)
- Bump hahomematic to 2022.10.0
- Rename hub event
- Remove
Servicemeldungen
(count) from sysvars. It's already included in the hub_entity (sensor.{instance_name}
) See README
- Split hub between scheduler and entity
- Convert hub entity to sensor
- Reorg device_info for ControlUnit
Deprecation warning: The entity homematicip_local.{instance_name}
must be replaced by sensor.{instance_name}
till HA 11.2022:
Replace it in:
- service calls (
homematicip_local.set_variable_value
). - automations
- scripts
- replace blueprint for persistant notifications
The old entity homematicip_local.{instance_name}
will disappear, if all usages have been replaced.
Full Changelog: 1.17.0...1.18.0