core/homeassistant/components/firmata/manifest.json

11 lines
283 B
JSON
Raw Normal View History

{
"domain": "firmata",
"name": "Firmata",
2023-02-08 19:19:19 +00:00
"codeowners": ["@DaAwesomeP"],
"config_flow": false,
"documentation": "https://www.home-assistant.io/integrations/firmata",
"iot_class": "local_push",
2023-02-08 19:19:19 +00:00
"loggers": ["pymata_express"],
"requirements": ["pymata-express==1.19"]
}