core/tests/components
iandday de6c5a503b Remote Component and Harmony Platform (#4254)
* Initial Harmony device support, working current activity sensor and switch for each activity
TODO: add new device per hub to send device specific activity

 Changes to be committed:
	new file:   homeassistant/components/harmony.py
	new file:   homeassistant/components/sensor/harmony.py
	new file:   homeassistant/components/switch/harmony.py

* ready for beta, I think

 Changes to be committed:
	modified:   homeassistant/components/harmony.py
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py

*  Changes to be committed:
	modified:   homeassistant/components/harmony.py
	new file:   homeassistant/components/remote/__init__.py
	new file:   homeassistant/components/remote/harmony.py
	new file:   homeassistant/components/remote/services.yaml
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py
Implemented remote component and harmony platform

* streamlined harmony support

* typo

* Initial Harmony device support, working current activity sensor and switch for each activity
TODO: add new device per hub to send device specific activity

 Changes to be committed:
	new file:   homeassistant/components/harmony.py
	new file:   homeassistant/components/sensor/harmony.py
	new file:   homeassistant/components/switch/harmony.py

* ready for beta, I think

 Changes to be committed:
	modified:   homeassistant/components/harmony.py
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py

*  Changes to be committed:
	modified:   homeassistant/components/harmony.py
	new file:   homeassistant/components/remote/__init__.py
	new file:   homeassistant/components/remote/harmony.py
	new file:   homeassistant/components/remote/services.yaml
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py
Implemented remote component and harmony platform

* streamlined harmony support

* typo

* reworked token generation

* delete

* Initial Harmony device support, working current activity sensor and switch for each activity
TODO: add new device per hub to send device specific activity

 Changes to be committed:
	new file:   homeassistant/components/harmony.py
	new file:   homeassistant/components/sensor/harmony.py
	new file:   homeassistant/components/switch/harmony.py

* Initial Harmony device support, working current activity sensor and switch for each activity
TODO: add new device per hub to send device specific activity

 Changes to be committed:
	new file:   homeassistant/components/harmony.py
	new file:   homeassistant/components/sensor/harmony.py
	new file:   homeassistant/components/switch/harmony.py

* ready for beta, I think

 Changes to be committed:
	modified:   homeassistant/components/harmony.py
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py

* ready for beta, I think

 Changes to be committed:
	modified:   homeassistant/components/harmony.py
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py

*  Changes to be committed:
	modified:   homeassistant/components/harmony.py
	new file:   homeassistant/components/remote/__init__.py
	new file:   homeassistant/components/remote/harmony.py
	new file:   homeassistant/components/remote/services.yaml
	modified:   homeassistant/components/sensor/harmony.py
	modified:   homeassistant/components/switch/harmony.py
Implemented remote component and harmony platform

* streamlined harmony support

* typo

* reworked token generation

* delete

* readded after rebase

* cleaning up style errors

* modified .coveragerc

* moved import statements

* added more debug logging

* Added URL encoding of token received from Logitech

* Corrected import for python 3

* new pyharmony version

* new pyharmony version

* remote tests

* only write config file if not present or sync service is called

* more tests

* more tests

* bumped pyharmony version to work with new auth

* bumped pyharmony version to work with new auth

* style corrections

* harmony local auth and remote demo platform

* style fix

* PR refinements and permission issues

* forgot a blank line

* removed sync test from test_init

* removed sync test from test_init

* visual indent

* send_command test in demo platform
2016-12-01 12:48:08 -08:00
..
alarm_control_panel
automation Add test for delay on automations (#4630) 2016-11-29 08:45:04 -08:00
binary_sensor Threshold sensor (#4216) 2016-11-27 21:55:26 -08:00
calendar Disable broken google offset test (#4540) 2016-11-22 18:34:48 -08:00
camera Reorganize HTTP component (#4575) 2016-11-25 13:04:06 -08:00
climate Allow generic thermostat tolerance to be customisable to determine the temperature difference required to turn switch on. (#4585) 2016-11-27 09:31:00 +00:00
cover
device_tracker Async migration device_tracker (#4406) 2016-11-18 23:35:08 +01:00
fan
http HTTP: Fix registering views after start (#4604) 2016-11-27 14:01:12 -08:00
light Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
lock
media_player Refactory aiohttp clientsession handling in HA (#4602) 2016-11-27 16:26:46 -08:00
mqtt
notify Reorganize HTTP component (#4575) 2016-11-25 13:04:06 -08:00
recorder
remote Remote Component and Harmony Platform (#4254) 2016-12-01 12:48:08 -08:00
scene LiteJet: Unit tests and new trigger options held_more_than and held_less_than. (#4473) 2016-11-24 09:52:15 -08:00
sensor Add exception handling to Sonarr (#4569) 2016-11-27 21:11:49 -08:00
switch LiteJet: Unit tests and new trigger options held_more_than and held_less_than. (#4473) 2016-11-24 09:52:15 -08:00
weather
__init__.py
test_alexa.py
test_api.py
test_configurator.py
test_conversation.py
test_demo.py
test_device_sun_light_trigger.py
test_emulated_hue.py Fix lint issues for 0.33 (#4451) 2016-11-18 23:05:03 +01:00
test_frontend.py Reorganize HTTP component (#4575) 2016-11-25 13:04:06 -08:00
test_google.py Upgrade aiohttp to 1.1.5 (#4213) 2016-11-24 21:37:56 -08:00
test_graphite.py
test_group.py
test_history.py
test_influxdb.py
test_init.py
test_input_boolean.py
test_input_select.py
test_input_slider.py
test_introduction.py
test_litejet.py LiteJet: Unit tests and new trigger options held_more_than and held_less_than. (#4473) 2016-11-24 09:52:15 -08:00
test_logbook.py
test_logentries.py
test_logger.py
test_mqtt_eventstream.py
test_panel_custom.py
test_panel_iframe.py Upgrade aiohttp to 1.1.5 (#4213) 2016-11-24 21:37:56 -08:00
test_persistent_notification.py
test_pilight.py
test_proximity.py
test_rfxtrx.py
test_scene.py
test_script.py
test_shell_command.py
test_sleepiq.py
test_splunk.py
test_statsd.py
test_sun.py
test_updater.py Make updater more robust (#4625) 2016-11-30 13:03:09 -08:00
test_weblink.py
test_websocket_api.py Tweak services return result (#4600) 2016-11-27 12:33:02 -08:00
test_zone.py