1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-02 15:52:29 +00:00
Files
core/homeassistant/components/bme280/manifest.json
2020-04-03 12:58:19 -07:00

8 lines
224 B
JSON

{
"domain": "bme280",
"name": "Bosch BME280 Environmental Sensor",
"documentation": "https://www.home-assistant.io/integrations/bme280",
"requirements": ["i2csense==0.0.4", "smbus-cffi==0.5.1"],
"codeowners": []
}