core/homeassistant/components/tof/manifest.json

10 lines
242 B
JSON
Raw Normal View History

{
"domain": "tof",
"name": "Time of Flight",
"documentation": "https://www.home-assistant.io/integrations/tof",
"requirements": ["VL53L1X2==0.1.5"],
"dependencies": ["rpi_gpio"],
"codeowners": [],
"iot_class": "local_polling"
}