* Brottsplatskartan Config Flow * Fix import * Modify sensor * Mod version * Mod version 2 * has_entity_name * Fix api constructor * Switch to issue for depr. * Fix docstrings * Minor cleaning * Fix argument for bpk constructor * remove translations * Fix tests * reset config * uuid to conftest * hassfest * depr version * unique id * reset not linked changes * review comments * fix area none * relevant changes * depr version * slim test * unique_id * create_entry * review comments and tests * fix init test * review comments
10 lines
325 B
JSON
10 lines
325 B
JSON
{
|
|
"domain": "brottsplatskartan",
|
|
"name": "Brottsplatskartan",
|
|
"codeowners": ["@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/brottsplatskartan",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["brottsplatskartan"],
|
|
"requirements": ["brottsplatskartan==0.0.1"]
|
|
}
|