core/homeassistant
Martin Hjelmare 33663f9502 Clean up remote component (#8728)
* Clean up remote component

* Don't have device be required in send_command service and method.
* Don't have entity_id be required in the base service schema.
* Don't always add activity in the data dict for a service call.
* Update harmony remote platform according to new service schema.
* Remove not needed properties and attributes from the Kira remote
  platform.
* Add send_command method to demo platform.
* Add tests and remove duplicate tests.

* Break out required argument as positional argument
2017-07-31 20:52:39 -07:00
..
components Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
helpers Tweak conversation/intent/shopping list (#8636) 2017-07-25 00:42:59 -07:00
scripts Fix typo (#8754) 2017-07-31 09:00:09 -07:00
util Added support for default value when environment variable is missing (#8484) 2017-07-24 09:00:01 -07:00
__init__.py
__main__.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
bootstrap.py Update docstrings (#8536) 2017-07-18 16:23:57 +02:00
config.py Update persistent deps dir version in config.py (#8479) 2017-07-19 22:59:21 -07:00
const.py Remove deprecated sensor_class config options (#8702) 2017-07-29 19:46:27 -04:00
core.py Expose all components on hass [Concept] (#8490) 2017-07-16 09:23:06 -07:00
exceptions.py EntityComponent to retry platforms that are not ready yet (#8209) 2017-06-26 09:41:48 -07:00
loader.py Expose all components on hass [Concept] (#8490) 2017-07-16 09:23:06 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
package_constraints.txt Make deps directory persistent over upgrades (#7801) 2017-07-13 19:26:21 -07:00
remote.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
setup.py Fix check for running inside venv (#8481) 2017-07-15 07:25:02 -07:00