A new component to use the ZiGate (http://zigate.fr)
To install, copy all the files in your hass folder, under 'custom_components' and adapt your configuration.yaml
To pair a new device, go in developer/services and call the 'zigate.permit_join' service. You have 30 seconds to pair your device.
Configuration example :
# Enable ZiGate (port will be auto-discovered)
zigate:
or
# Enable ZiGate
zigate:
port: /dev/ttyS0
or if you want to use Wifi ZiGate (or usb zigate forwarded with ser2net for example) Port is optionnal, default is 9999
# Enable ZiGate Wifi
zigate:
host: 192.168.0.10:9999
Currently it supports sensor, binary_sensor and switch and light (brightness and color)