Embed RainMachine platforms into the component (#20066)

* Embed RainMachine platforms into the component

* Updated CODEOWNERS

* Updated .coveragerc
pull/20119/head
Aaron Bach 2019-01-14 11:42:21 -07:00 committed by GitHub
parent f225570980
commit d717d9f6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 2 deletions

View File

@ -303,7 +303,9 @@ omit =
homeassistant/components/*/raincloud.py
homeassistant/components/rainmachine/__init__.py
homeassistant/components/*/rainmachine.py
homeassistant/components/rainmachine/binary_sensor.py
homeassistant/components/rainmachine/sensor.py
homeassistant/components/rainmachine/switch.py
homeassistant/components/raspihats.py
homeassistant/components/*/raspihats.py

View File

@ -230,7 +230,6 @@ homeassistant/components/*/qwikswitch.py @kellerza
# R
homeassistant/components/rainmachine/* @bachya
homeassistant/components/*/rainmachine.py @bachya
homeassistant/components/*/random.py @fabaff
homeassistant/components/*/rfxtrx.py @danielhiversen