Skip to content

Commit

Permalink
fix(mqtt): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Jun 28, 2020
1 parent 0d071ff commit a87db2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/controllerx/cx_core/integration/mqtt.py
Expand Up @@ -5,9 +5,6 @@
from cx_const import TypeActionsMapping
from cx_core.integration import Integration

STATE_HA = "ha"
STATE_MQTT = "mqtt"


class MQTTIntegration(Integration):
def get_name(self) -> str:
Expand Down

0 comments on commit a87db2e

Please sign in to comment.