1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/hko/manifest.json
MisterCommand 0d7627da22 Add Hong Kong Observatory integration (#98703)
* Add Hong Kong Observatory integration

* Move coordinator to a separate file

* Map icons to conditions

* Fix code for review

* Skip name

* Add typings to data_coordinator

* Some small fixes

* Rename coordinator.py
2024-01-05 14:52:46 +01:00

10 lines
251 B
JSON

{
"domain": "hko",
"name": "Hong Kong Observatory",
"codeowners": ["@MisterCommand"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hko",
"iot_class": "cloud_polling",
"requirements": ["hko==0.3.2"]
}