hass-core/homeassistant/components/geniushub/manifest.json
David Bonnes b0c79c271d Bump geniushub client, handle dead devices, handle raise_for_status (#25687)
* Initial commit

* tweak error logging

* bump client

* correct regression

* small coding tweak

* debug logging to one entry

* refactor for self.data['attr']

* bump client

* small tidy-up
2019-08-05 00:06:36 +02:00

10 lines
231 B
JSON

{
"domain": "geniushub",
"name": "Genius Hub",
"documentation": "https://www.home-assistant.io/components/geniushub",
"requirements": [
"geniushub-client==0.5.8"
],
"dependencies": [],
"codeowners": ["@zxdavb"]
}