hass-core/homeassistant
Marcelo Moreira de Mello 05398a9dff Introduced Ring binary sensors and refactored Ring component (#6520)
* - Introduced Ring binary_sensor.

- Added unittest for Ring binary_sensor.

- Bumped ring_doorbell 3rd party module.

* Updated requirements

* Added correct file for unittest

* - Introduced Ring binary_sensor.

- Added unittest for Ring binary_sensor.

- Bumped ring_doorbell 3rd party module.

* Updated requirements

* Added correct file for unittest

* Added extra sensors last_ding and last_motion

* Modified Ring binary_sensor and sensor to inherit DOMAIN configuration

* Moved static to top ring.py

* Fixed requirements

* Bump version ring_doorbell to 0.1.2

* testing unittests

* Use hass.data dict instead GLOBALS

* Fixed unittests

* Bump ring_doorbell to 0.1.3

* Updated unittest and coverted to use decorator @requests_mock.Mocker()

* Updated ring_session with lower case
2017-03-31 08:53:56 -07:00
..
components Introduced Ring binary sensors and refactored Ring component (#6520) 2017-03-31 08:53:56 -07:00
helpers Handle aiohttp task cancellation better (#6862) 2017-03-31 11:55:22 +02:00
scripts Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
util Fix configuration setup (#6853) 2017-03-30 15:26:11 +02:00
__init__.py
__main__.py Fix hass script execution on Windows (#4977). (#6601) 2017-03-17 17:07:36 -07:00
bootstrap.py Remove event decorators (#6634) 2017-03-15 14:46:57 +01:00
config.py Log errors when loading yaml (#6257) 2017-03-01 06:56:23 +02:00
const.py Version bump to 0.42.0.dev0 2017-03-23 23:33:49 -07:00
core.py self.loop.create_task -> self.add_job (#6632) 2017-03-16 06:58:54 +01:00
exceptions.py
loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
package_constraints.txt Update aioHTTP to 2.0.5 (#6856) 2017-03-30 08:27:53 -07:00
remote.py Deprecate event forwarding 2017-03-15 08:38:26 -07:00
setup.py Constrain core dependencies to core versions (#6738) 2017-03-22 08:50:54 -07:00