4bfc7b9848
* homematic: Add host port config for HMIP-only CCUs When adding a host (CCU) to the homematic component currently the hardcoded port 2001 is used to communicate with it. However that port is only available on the target if the target supports HM (wireless) protocol which is not the case e.g. for the Hass.io Homematic CCU addon when running in HMIP-only mode with the HMIP-RFUSB stick. This allows to change the port home assistant uses to talk to the CCU in order to provide services under hte homematic homain, e.g. homematic.set_variable_value The default value for this option is the old hardcoded value this the change should be backwards compatible with existing configurations. * Change style of config retrieval |
||
---|---|---|
.. | ||
__init__.py | ||
binary_sensor.py | ||
climate.py | ||
cover.py | ||
light.py | ||
lock.py | ||
manifest.json | ||
notify.py | ||
sensor.py | ||
services.yaml | ||
switch.py |