New integration for Comelit SimpleHome (#96552)
* New integration for Comelit SimpleHome * Address first review comments * cleanup * aiocomelit bump and coordinator cleanup * address review comments * Fix some review comments * Use config_entry.unique_id as last resort * review comments * Add config_flow tests * fix pre-commit missing checks * test_conflig_flow coverage to 100% * fix tests * address latest review comments * new ruff rule * address review comments * simplify unique_id
This commit is contained in:
parent
9fdad592c2
commit
ab9d6ce61a
16 changed files with 544 additions and 0 deletions
6
homeassistant/components/comelit/const.py
Normal file
6
homeassistant/components/comelit/const.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""Comelit constants."""
|
||||
import logging
|
||||
|
||||
_LOGGER = logging.getLogger(__package__)
|
||||
|
||||
DOMAIN = "comelit"
|
Loading…
Add table
Add a link
Reference in a new issue