* Initial caldav config flow with broken calendar platform * Set up calendar entities * Remove separate caldav entity * Update tests after merge * Readbility improvements * Address lint issues * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Add checking for duplicate configuration entries * Use verify SSL as input into caldav and simplify test setup --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
5 lines
80 B
Python
5 lines
80 B
Python
"""Constands for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|