Skip to content

Commit

Permalink
Reference to official domains
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jul 21, 2020
1 parent a1cf008 commit 67e09af
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions custom_components/tahoma/const.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
"""Constants for the TaHoma integration."""
from homeassistant.components.binary_sensor import DOMAIN as BINARY_SENSOR
from homeassistant.components.climate import DOMAIN as CLIMATE
from homeassistant.components.cover import DOMAIN as COVER
from homeassistant.components.light import DOMAIN as LIGHT
from homeassistant.components.lock import DOMAIN as LOCK
from homeassistant.components.scene import DOMAIN as SCENE
from homeassistant.components.sensor import DOMAIN as SENSOR
from homeassistant.components.switch import DOMAIN as SWITCH

DOMAIN = "tahoma"

BINARY_SENSOR = "binary_sensor"
CLIMATE = "climate"
COVER = "cover"
LIGHT = "light"
LOCK = "lock"
SCENE = "scene"
SENSOR = "sensor"
SWITCH = "switch"

SUPPORTED_PLATFORMS = [
BINARY_SENSOR,
CLIMATE,
Expand Down

0 comments on commit 67e09af

Please sign in to comment.