Files
hass-to-be-good/custom_components/strike/manifest.json
2025-10-26 14:46:43 +01:00

12 lines
335 B
JSON

{
"domain": "strike",
"name": "Strike Bitcoin",
"codeowners": ["@martien"],
"config_flow": true,
"documentation": "https://github.com/martien/hass-to-be-good",
"issue_tracker": "https://github.com/martien/hass-to-be-good/issues",
"requirements": ["aiohttp>=3.8.0"],
"version": "1.0.0",
"iot_class": "cloud_polling"
}