Add Tailwind integration (#105926)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
6acbbec839
commit
d50b79ba84
23 changed files with 758 additions and 0 deletions
9
homeassistant/components/tailwind/const.py
Normal file
9
homeassistant/components/tailwind/const.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""Constants for the Tailwind integration."""
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from typing import Final
|
||||
|
||||
DOMAIN: Final = "tailwind"
|
||||
|
||||
LOGGER = logging.getLogger(__package__)
|
Loading…
Add table
Add a link
Reference in a new issue