core/homeassistant/components/homematic
Steven Barth 4bfc7b9848 Add homematic host port config for HMIP-only CCUs (#30077)
* 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
2019-12-31 08:41:44 -05:00
..
__init__.py Add homematic host port config for HMIP-only CCUs (#30077) 2019-12-31 08:41:44 -05:00
binary_sensor.py Use defined device class constants for Homematic (#28438) 2019-11-01 21:25:33 +01:00
climate.py
cover.py
light.py
lock.py
manifest.json Update pyhomematic (#29477) 2019-12-04 22:50:18 -08:00
notify.py
sensor.py Use defined device class constants for Homematic (#28438) 2019-11-01 21:25:33 +01:00
services.yaml
switch.py