core/homeassistant/components/remote
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
..
__init__.py Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
apple_tv.py Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
demo.py Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
harmony.py Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
itach.py Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
kira.py Clean up remote component (#8728) 2017-07-31 20:52:39 -07:00
services.yaml Add toggle to remotes (#8483) 2017-07-31 19:46:12 +02:00