hass-core/homeassistant/components
Jan Harkes 656e187729 Some fixes for yr config validation. (#1809)
The setup_platform function is trying to get CONF_LATITUDE and CONF_LONGITUDE,
but the validation schema was not accepting these.

Also moved CONF_MONITORED_CONDITIONS and CONF_ELEVATION to homeassistant.const
because they are used in other places.
2016-04-11 21:44:39 -07:00
..
alarm_control_panel Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
automation Remove stale print 2016-04-10 18:22:25 -07:00
binary_sensor Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
camera Add initial config validation 2016-03-28 23:46:12 -07:00
device_tracker Prevent device tracker error 2016-04-10 17:35:33 -07:00
frontend Update frontend 2016-04-10 15:18:44 -07:00
garage_door mqtt garage door component (#1742) 2016-04-09 20:31:53 -07:00
light Fix for light service validation. (#1770) 2016-04-09 09:07:13 -07:00
lock Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
media_player Update frontend 2016-04-10 01:33:01 -07:00
mqtt Fix for MQTT config validation on the protocol field. (#1765) 2016-04-09 09:03:41 -07:00
notify Allow passing in a dictionary of provider specific data 2016-04-03 17:54:58 -07:00
rollershutter Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
scene changed scene name to unique powerview id's 2016-04-02 08:41:57 -07:00
sensor Some fixes for yr config validation. (#1809) 2016-04-11 21:44:39 -07:00
switch Thinkingcleaner support (#1784) 2016-04-10 16:59:53 -07:00
thermostat Expanded homematic component with MAX! support via homegear (#1783) 2016-04-10 16:26:08 -07:00
__init__.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
alexa.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
apcupsd.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
api.py Add missing comments 2016-03-15 19:22:21 +01:00
arduino.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
bloomsky.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
browser.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
configurator.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
conversation.py Surpress silly warnings 2016-03-28 23:46:19 -07:00
demo.py Update frontend (embed Roboto) 2016-04-08 00:15:02 -07:00
device_sun_light_trigger.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
discovery.py Update netdisco dependency to 0.6.4 (deja vu all over again!) 2016-04-10 18:10:31 -07:00
downloader.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
ecobee.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
graphite.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
group.py Accept group without entities in configuration. (#1768) 2016-04-09 09:24:18 -07:00
history.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
http.py Do not propagate api password (#1797) 2016-04-11 19:37:15 -07:00
ifttt.py Update docstrings to match PEP257 2016-03-07 18:50:30 +01:00
influxdb.py Use global variable and merge two if in one 2016-03-04 23:32:24 +01:00
input_boolean.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
input_select.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
input_slider.py input slider 2016-03-14 22:03:30 +01:00
insteon_hub.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
introduction.py Update docstrings to match PEP257 2016-03-07 18:50:30 +01:00
isy994.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
keyboard.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
logbook.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
logger.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
modbus.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
mqtt_eventstream.py We need to allow extra keys on the top-level component config. 2016-04-07 00:42:56 -04:00
mysensors.py Move CONF_OPTIMISTIC to homeassistant.const. 2016-04-06 22:51:39 -04:00
nest.py Config validation for nest component 2016-04-01 10:31:39 -04:00
proximity.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
recorder.py Make tox run faster by using in-memory sqlite db. (#1752) 2016-04-08 18:28:19 -07:00
rfxtrx.py Config validation for rfxtrx sensor (#1780) 2016-04-10 16:05:32 -07:00
rpi_gpio.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
script.py Be flexible in what we accept for script.delay configuration. (#1738) 2016-04-07 12:19:28 -07:00
scsgate.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
shell_command.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
splunk.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
statsd.py Update docstrings to match PEP257 2016-03-07 18:50:30 +01:00
sun.py Some fixes for yr config validation. (#1809) 2016-04-11 21:44:39 -07:00
tellduslive.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
tellstick.py Rewrite of the tellstick module. It now uses a common base for all shared functionality. 2016-03-13 19:28:42 +01:00
updater.py Disable updater.updater on dev versions 2016-04-06 18:46:48 -07:00
upnp.py Disable import-error on upnp 2016-04-10 18:19:32 -07:00
vera.py Fix vera breaking component loading order. (#1749) 2016-04-08 11:38:02 -07:00
verisure.py bump vsure verisure 2016-03-21 20:39:03 +01:00
weblink.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
wemo.py Bump pywemo to 0.4.1 - fix non native light issue. 2016-04-07 10:00:25 +01:00
wink.py Added available method to all wink components 2016-03-17 15:57:26 -04:00
zeroconf.py Fix flake8 error on zeroconf.py 2016-04-10 18:55:54 -07:00
zigbee.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
zone.py Fix PEEP257 issues 2016-03-08 17:55:57 +01:00
zwave.py Add Z-Wave thermostat 2016-04-02 20:01:03 -07:00