1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 15:24:58 +01:00
Files
core/homeassistant/components/bme280/manifest.json
T

12 lines
231 B
JSON

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