core/homeassistant/components/homekit
cdce8p 692b2644c7
Minor style changes, cleanup (#13654)
* Minor style changes, cleanup
* Change 'self._entity.id' to 'self.entity_id'
* Use const 'STATE_OFF'
* Added CATEGORY constants
* Removed *args from accessory types
* Changed 'self._hass' to 'self.hass'
* Added log debug msg (for added lights)
2018-04-05 00:52:25 +02:00
..
__init__.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
accessories.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
const.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
services.yaml HomeKit Restructure (new config options) (#12997) 2018-03-15 02:48:21 +01:00
type_covers.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
type_lights.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
type_security_systems.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
type_sensors.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
type_switches.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
type_thermostats.py Minor style changes, cleanup (#13654) 2018-04-05 00:52:25 +02:00
util.py Add pincode fallback (#13587) 2018-04-01 08:38:29 -07:00