1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/htu21d/manifest.json
Paulus Schoutsen cfe4cf30ad
Add manifests (#22699)
* Add manifests

* Update auto name

* Update codeowners

* Add requirements from platforms

* Minor cleanup

* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00

12 lines
229 B
JSON

{
"domain": "htu21d",
"name": "Htu21d",
"documentation": "https://www.home-assistant.io/components/htu21d",
"requirements": [
"i2csense==0.0.4",
"smbus-cffi==0.5.1"
],
"dependencies": [],
"codeowners": []
}