core/homeassistant/components
MartinHjelmare 03423cc3a9 Refactor mysensors light
* Add a light entity class per V_LIGHT, V_DIMMER, V_RGB and V_RGBW.
    Make these classes inherit each other up to MySensorsLight class.
* Map the entity classes to their S_TYPE in a dict.
* Check if an entity class map or just an entity class have been passed
    to pf_callback_factory before using the entity_class variable in
    homeassistant/components/mysensors.py.
* Add rgb_hex_to_list function in homeassistant/util/color.py.
2016-02-18 02:04:06 +01:00
..
alarm_control_panel Fix alarmdotcom requirement 0.0.7 removed 2016-02-17 08:41:46 -08:00
automation Remove unused import 2016-01-26 21:41:12 +01:00
binary_sensor Add nx584 as a sensor platform 2016-02-16 20:24:32 -08:00
camera Clean up camera component 2016-02-16 23:52:05 -08:00
device_tracker Fix outtracks bug with passive zones. 2016-02-11 20:28:02 +00:00
frontend Update frontend with new camera UI 2016-02-16 23:52:26 -08:00
garage_door Update Wink to 0.6 2016-02-13 08:17:38 -08:00
light Refactor mysensors light 2016-02-18 02:04:06 +01:00
lock Added optional parameter to lock and unlock methods 2016-02-17 05:50:36 -05:00
media_player Merge pull request #918 from happyleavesaoc/snapcast 2016-02-12 19:31:07 -08:00
mqtt Add MQTT service description 2016-02-10 21:23:27 -08:00
notify flake8 fix 2016-02-09 22:51:44 -08:00
rollershutter Add support for the SCSGate device 2016-01-31 18:30:43 +01:00
sensor Merge pull request #1281 from molobrakos/eliqonline 2016-02-16 11:24:36 -08:00
switch Merge pull request #1275 from balloob/rfxtrxSignalRep 2016-02-16 20:23:55 -08:00
thermostat Fix #1287 for honeywell US systems with no fan 2016-02-17 08:16:02 -08:00
__init__.py Move extract_entity_id to service helpers 2016-01-23 22:57:14 -08:00
alexa.py Add calling service functionality to Alexa 2016-01-08 18:54:28 -08:00
apcupsd.py Add link to docs 2016-02-12 07:55:20 +01:00
api.py Merge pull request #1246 from balloob/feature/remove-state-fire-event 2016-02-14 10:33:59 -08:00
arduino.py Fix imports 2016-01-28 21:45:26 -08:00
bloomsky.py Update docstrings 2016-02-06 08:23:30 +01:00
browser.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
configurator.py Make State class immutable 2016-02-09 23:27:01 -08:00
conversation.py Use fuzzy matching for conversation entity matching 2015-12-15 20:44:35 +00:00
demo.py Updated Demo 2016-02-11 08:37:17 -05:00
device_sun_light_trigger.py Update link to docs (Jekyll 3 update) 2015-11-09 13:12:18 +01:00
discovery.py Update discovery component to netdisco 0.5.2 2015-11-28 01:36:42 -08:00
downloader.py Fix imports 2016-01-28 21:45:26 -08:00
ecobee.py Remove config details (already covered in docs) 2016-02-13 09:38:56 +01:00
graphite.py Handle EVENT_STATE_CHANGED with no new_state in graphite 2016-02-14 15:57:03 -08:00
group.py Support expanding nested groups 2016-02-09 22:43:07 -08:00
history.py implement get_significant_states 2016-02-03 15:05:43 -05:00
http.py Increase security of using SSL 2016-01-15 13:39:54 -07:00
ifttt.py Merge pull request #672 from balloob/some-cleanup 2015-11-27 15:08:22 -08:00
influxdb.py Add tests for influxdb and fix a bug 2016-02-12 05:34:13 +00:00
input_boolean.py Update docstrings 2016-02-03 00:23:59 +01:00
input_select.py Update docstrings 2016-02-03 00:23:59 +01:00
insteon_hub.py Update docstrings 2016-02-03 00:23:59 +01:00
introduction.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
isy994.py Remove usage of ATTR_FRIENDLY_NAME within components/platforms 2016-02-14 00:21:20 -08:00
keyboard.py Fix imports 2016-01-28 21:45:26 -08:00
logbook.py Added entity_id and domain 2016-01-29 08:13:46 +01:00
logger.py Set the root logger to lowest level in logger component. 2015-12-23 00:57:41 -06:00
modbus.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
mqtt_eventstream.py Allow usage of words domain, service, call_id in service data 2016-01-30 15:18:26 -08:00
mysensors.py Refactor mysensors light 2016-02-18 02:04:06 +01:00
nest.py fix multiple PR issues 2016-01-14 14:17:28 -07:00
proximity.py Remove usage of ATTR_FRIENDLY_NAME within components/platforms 2016-02-14 00:21:20 -08:00
recorder.py Make State class immutable 2016-02-09 23:27:01 -08:00
rfxtrx.py updated rfxtrx lib 2016-02-11 14:15:51 +01:00
rpi_gpio.py Update docstings 2016-01-27 09:34:14 +01:00
scene.py Fix issue with scene component when using YAML aliases. 2015-12-27 13:24:34 -06:00
script.py Move split_entity_id to helpers 2016-01-23 22:49:49 -08:00
scsgate.py Update docstrings 2016-02-03 00:35:53 +01:00
shell_command.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
simple_alarm.py Update link to docs (Jekyll 3 update) 2015-11-09 13:12:18 +01:00
splunk.py Converted state.attributes to dict. Fixes Issue #1252 2016-02-14 10:47:46 -05:00
statsd.py Convert statsd, influx, splunk, and graphite to use state_as_number() 2016-02-12 01:45:25 +00:00
sun.py Updgrade to astral 0.9 2016-01-26 23:34:25 +01:00
tellduslive.py catch exception and log 2016-02-16 17:46:25 +01:00
updater.py PyLint 1.5 fixes 2015-11-29 13:49:05 -08:00
verisure.py update vsure to 0.5.1 2016-02-17 19:28:26 +01:00
weblink.py Update docstrings 2016-02-03 00:01:26 +01:00
wink.py Update Wink to 0.6 2016-02-13 08:17:38 -08:00
zigbee.py Add link to docs, new docstrings, and update docstrings 2016-02-01 11:47:09 +01:00
zone.py Move generate_entity_id to entity helpers 2016-01-23 23:00:46 -08:00
zwave.py Merge pull request #1110 from lukas-hetzenecker/feature-zwave-poll-and-scene 2016-02-04 20:51:52 -08:00