Open garage sensor (#57976)

This commit is contained in:
Daniel Hjelseth Høyer 2021-10-19 09:05:55 +02:00 committed by GitHub
parent db474707a0
commit a3cae17d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 118 additions and 51 deletions

View file

@ -1,9 +1,5 @@
"""Constants for the OpenGarage integration."""
ATTR_DISTANCE_SENSOR = "distance_sensor"
ATTR_DOOR_STATE = "door_state"
ATTR_SIGNAL_STRENGTH = "wifi_signal"
CONF_DEVICE_KEY = "device_key"
DEFAULT_NAME = "OpenGarage"