mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"domain": "firmata",
|
|
"name": "Firmata",
|
|
"config_flow": false,
|
|
"documentation": "https://www.home-assistant.io/integrations/firmata",
|
|
"requirements": ["pymata-express==1.19"],
|
|
"codeowners": ["@DaAwesomeP"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["pymata_express"]
|
|
}
|