manifest.json 415 B

1234567891011121314151617
  1. {
  2. "domain": "msp_integration_101_intermediate",
  3. "name": "MSP Integration 101 Intermediate Example",
  4. "codeowners": [
  5. "@msp1974"
  6. ],
  7. "config_flow": true,
  8. "dependencies": [],
  9. "documentation": "https://github.com/msp1974/HAIntegrationExamples",
  10. "homekit": {},
  11. "iot_class": "local_polling",
  12. "requirements": [],
  13. "single_config_entry": false,
  14. "ssdp": [],
  15. "version": "1.0.1",
  16. "zeroconf": []
  17. }