hass-core/tests/components
Rene Nulsch 74b0740e1c Weblink - Allow relative urls in config ()
* Allow relative url

* Allow absolute urls in config schema

* change after pylint build

* Add tests and change error message

* Change regex to check starting forward slash only

* Change error message and const name
2018-01-26 22:30:39 -08:00
..
alarm_control_panel Add missing availability schema to MQTT alarm panel () 2018-01-20 17:11:04 +01:00
alexa Implement Alexa temperature sensors () 2018-01-26 10:40:39 -08:00
automation Fix state for trigger with forced updates () 2018-01-11 22:06:09 -08:00
binary_sensor Mark REST binary_sensor unavailable if request fails () 2018-01-11 10:48:15 +01:00
calendar Remove execution file perm () 2018-01-09 23:55:14 -08:00
camera Add new service 'snapshot' for camera () 2017-10-29 23:14:26 +01:00
climate Fix issues with generic thermostat () 2018-01-22 12:12:03 +01:00
cloud Move Google Assistant entity config out of customize () 2018-01-09 15:14:56 -08:00
config Reload groups after saving a change via config API () 2017-12-01 12:53:46 -08:00
counter Move counter component () 2017-11-05 13:51:52 +01:00
cover Add entity_picture_template options to Template Cover, Template Light, Template Sensor, and Template Switch () 2017-10-30 09:28:37 -07:00
device_tracker fixes () 2018-01-26 10:30:48 -08:00
emulated_hue Remove execution file perm () 2018-01-09 23:55:14 -08:00
fan Add missing availability schema to MQTT alarm panel () 2018-01-20 17:11:04 +01:00
google_assistant Allow setting climate devices to AUTO mode via Google Assistant () 2018-01-26 12:37:06 +01:00
group Clean up entity component () 2018-01-22 22:54:41 -08:00
http Update aiohttp to 2.3.1 () 2017-11-05 18:42:31 -08:00
image_processing Fix a bunch of typos () 2017-09-23 17:15:46 +02:00
light Add missing availability schema to MQTT alarm panel () 2018-01-20 17:11:04 +01:00
lock Add missing availability schema to MQTT alarm panel () 2018-01-20 17:11:04 +01:00
mailbox Add longer text strings to mailbox demo to test string truncation () 2017-08-08 23:37:16 +02:00
media_player Fixed universal media player templated source_select bug (issue ) and corrected typo in test_universal () 2018-01-17 21:19:34 -08:00
mqtt Make MQTT reconnection logic more resilient and fix race condition () 2017-11-17 10:29:23 -08:00
notify Pushbullet (fix) invalid keyword, added unittests () 2018-01-24 21:06:35 +01:00
persistent_notification Change persistent notification to avoid long text in entity state () 2017-10-21 21:59:05 +02:00
recorder Fix races on recorder test () 2018-01-22 15:21:56 +01:00
remote Remove execution file perm () 2018-01-09 23:55:14 -08:00
scene Add voluptuous config validation to scenes () 2017-03-28 23:39:53 -07:00
sensor Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
switch Add missing mock call for test_minimal_config () 2018-01-23 14:02:00 +01:00
timer Move timer into correct folder () 2017-11-03 21:10:08 -07:00
tts Make Google TTS secure () 2018-01-19 16:27:40 +02:00
vacuum Add missing availability schema to MQTT alarm panel () 2018-01-20 17:11:04 +01:00
weather Cast return values and add unit tests for the yahoo weather component. () 2018-01-11 15:42:51 -08:00
zwave Postpone "Z-wave not ready" warning () 2018-01-24 09:27:58 +01:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_alert.py Adding done_message to alert () 2017-06-30 21:07:12 -07:00
test_api.py API POST has new state validation (fix for state = 0) () 2017-07-03 23:35:57 +02:00
test_canary.py Add support for Canary component and platforms () 2017-12-08 10:40:45 +01:00
test_configurator.py Convert configurator to use markdown () 2017-11-20 14:11:55 +01:00
test_conversation.py Fix conversation () 2017-11-20 20:26:36 -08:00
test_datadog.py Remove more test requirements () 2017-05-13 21:25:54 -07:00
test_demo.py Add Intent component () 2017-07-21 21:38:53 -07:00
test_device_sun_light_trigger.py Fix tests () 2017-05-19 07:37:39 -07:00
test_dialogflow.py Use constants for HTTP headers () 2017-11-04 12:04:05 -07:00
test_discovery.py Update netdisco () 2017-05-12 20:14:17 -07:00
test_duckdns.py Add DuckDNS component () 2017-09-24 15:48:45 -07:00
test_dyson.py Add support to Dyson 360 Eye robot vacuum using new vacuum platform () 2017-08-06 13:08:46 +02:00
test_ffmpeg.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_frontend.py Add useragent-based detection of JS version () 2017-11-28 22:53:12 -08:00
test_google.py assertEquals is deprecated () 2017-05-25 22:21:22 -07:00
test_google_domains.py Add Google Domains component () 2017-10-25 11:42:53 +02:00
test_graphite.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_hassio.py Hass.io panel v2 () 2018-01-23 11:39:55 +01:00
test_history.py Add history_graph component () 2017-09-23 10:01:48 -07:00
test_history_graph.py Add history_graph component () 2017-09-23 10:01:48 -07:00
test_hue.py Use API to discover Hue if no bridges specified () 2018-01-25 14:55:14 +01:00
test_influxdb.py InfluxDB send retry after IOError () 2017-11-23 16:58:18 -08:00
test_init.py Fix a bunch of typos () 2017-09-23 17:15:46 +02:00
test_input_boolean.py Initial state over restore state () 2017-04-04 09:29:49 -07:00
test_input_datetime.py Correct input_datetime initial value parsing () 2017-11-15 23:16:22 -08:00
test_input_number.py Added increment + decrement to input_number () 2017-10-25 15:25:33 +02:00
test_input_select.py Initial state over restore state () 2017-04-04 09:29:49 -07:00
test_input_text.py Remove execution file perm () 2018-01-09 23:55:14 -08:00
test_intent_script.py Add Intent component () 2017-07-21 21:38:53 -07:00
test_introduction.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_kira.py Add Kira component to sensor and remote platforms () 2017-05-12 21:12:47 -07:00
test_litejet.py Fix up docstring for tests () 2016-12-28 20:04:59 +02:00
test_logbook.py Consolidate frontend () 2017-10-24 19:36:27 -07:00
test_logentries.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_logger.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_microsoft_face.py Support adding different server locations for Microsoft face component () 2017-05-12 10:53:25 +02:00
test_mqtt_eventstream.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_mqtt_statestream.py Add include/exclude filter to mqtt_statestream () 2017-11-08 15:54:12 +01:00
test_namecheapdns.py Make host optional () 2017-10-23 15:24:04 +02:00
test_no_ip.py Support for NO-IP () 2017-10-27 10:15:47 +02:00
test_nuheat.py fix bad nuheat component test 2017-12-27 13:06:04 -08:00
test_panel_custom.py Fix panel_custom () 2017-11-03 10:28:31 +01:00
test_panel_iframe.py Pre-construct frontend index.html () 2017-11-11 15:22:05 -08:00
test_pilight.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_plant.py plant - check history for min_brightness () 2018-01-18 23:46:12 -08:00
test_prometheus.py Add Min and Event Count Metrics To Prometheus () 2017-12-03 23:39:54 +01:00
test_proximity.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_python_script.py Fix time functions would throw errors in python scripts () 2018-01-07 01:50:55 +01:00
test_remember_the_milk.py Fix broken tests () 2018-01-01 14:30:09 -08:00
test_rest_command.py exposed content_type in rest_command () 2017-04-18 11:50:43 +02:00
test_rflink.py Cover component for RFlink () 2017-09-29 00:49:03 +02:00
test_rfxtrx.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00
test_ring.py Clean artifacts after running Ring tests. () 2017-04-05 11:26:56 +02:00
test_rss_feed_template.py Feature/rss feed template () 2017-04-24 22:16:47 -07:00
test_script.py Group service / dynamic handling () 2017-06-16 00:52:28 +02:00
test_shell_command.py Fix broken tests () 2018-01-01 14:30:09 -08:00
test_shopping_list.py Shopping list: add item HTTP API () 2017-11-20 21:44:22 -08:00
test_sleepiq.py aiohttp 2 () 2017-03-30 00:50:53 -07:00
test_snips.py Snips: (change) Removed unknown intent speech response () 2018-01-18 22:01:04 -08:00
test_spc.py Add attribute to show who last un/set alarm (SPC) () 2017-11-11 12:36:03 -08:00
test_splunk.py splunk: Handle datetime objects in event payload () 2017-09-30 09:35:25 +02:00
test_statsd.py Adding support for mapping keys to value in statsd () 2017-07-27 08:58:34 +02:00
test_sun.py Refactor sun component for correctness () 2017-05-09 00:03:34 -07:00
test_system_log.py Add "write" service to system_log () 2018-01-26 12:41:52 +01:00
test_updater.py Core support for hass.io calls & Bugfix check_config () 2018-01-12 15:29:58 +01:00
test_upnp.py Allow specifying multiple ports for UPNP component () 2017-09-24 13:08:58 -07:00
test_vultr.py Fix vultr tests () 2018-01-05 16:34:03 -08:00
test_wake_on_lan.py New service send_magic_packet with new component wake_on_lan () 2017-07-10 18:37:51 -07:00
test_weblink.py Weblink - Allow relative urls in config () 2018-01-26 22:30:39 -08:00
test_websocket_api.py Add an option to serve ES6 JS to clients () 2017-11-10 23:02:06 -08:00
test_zone.py Split bootstrap into bs + setup () 2017-03-05 10:41:54 +01:00