hass-core/homeassistant/components/binary_sensor
Daniel Matuschek 50ea3c7744 Implementation of a KNX platform driver and a KNX switch (#2439)
* Implementation of a KNX platform driver and a KNX switch

* Starting working on a KNX thermostat implementation

* Removed KNX thermostat implementation from this branch again

* Make gateway parameter optional (can be auto-detected in many cases)

* Removed check for double initialisation

* KNX messages now will be handled internally and not send to the Home Assistant message bus

* Call update_ha_state only if should_poll is false

* Removed unused HASS variable

* knxip library version changed

* pylint optimization
2016-07-10 10:36:54 -07:00
..
__init__.py Migrate to generic discovery method (#2271) 2016-06-11 17:43:13 -07:00
apcupsd.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
arest.py Add support for sensor classes 2016-03-26 23:39:56 +01:00
bloomsky.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
command_line.py UPdate link to docs 2016-05-05 00:32:11 +02:00
demo.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
enocean.py Initial support for EnOcean (#2177) 2016-05-29 14:28:03 -07:00
envisalink.py Docstring updates (#2404) 2016-07-01 21:39:30 +02:00
homematic.py Docstrings (#2395) 2016-06-30 10:33:34 +02:00
knx.py Implementation of a KNX platform driver and a KNX switch (#2439) 2016-07-10 10:36:54 -07:00
mqtt.py Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
mysensors.py Refactor mysensors component 2016-04-30 15:27:59 +02:00
nest.py Nest config validation (#1810) 2016-04-11 21:52:19 -07:00
nx584.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
octoprint.py Update links to docs and doc strings (#1994) 2016-05-06 18:03:18 -07:00
rest.py Catch ValueError (#2296) 2016-06-18 09:48:32 -07:00
rpi_gpio.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
tcp.py Remove unused import and unnecessary DOMAIN constant from TCP components. 2016-03-26 17:33:18 +00:00
template.py Fix broken tests + linting 2016-05-30 10:19:12 -07:00
vera.py Use standardised datetime format 2016-04-16 01:46:50 -07:00
wemo.py Handle startup race condition. 2016-03-14 10:29:12 +00:00
wink.py Downgraded pubnub version (#2420) 2016-07-02 10:04:51 -07:00
zigbee.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
zwave.py Zwave import fixes for stability (#1845) 2016-04-17 14:46:51 -07:00