hass-core/homeassistant/components/iotty/manifest.json
shapournemati-iotty 7f405686d1
Add shapournemati to iotty codeowners (#123649)
* add shapournemati to codeowners for improved support

* update codeowners with hassfest script

* update codeowners with hassfest script
2024-08-30 13:30:56 +02:00

11 lines
343 B
JSON

{
"domain": "iotty",
"name": "iotty",
"codeowners": ["@pburgio", "@shapournemati-iotty"],
"config_flow": true,
"dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/iotty",
"integration_type": "device",
"iot_class": "cloud_polling",
"requirements": ["iottycloud==0.1.3"]
}