mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 09:48:27 +02:00
Add Dooya protocol to remote_base (#6488)
This commit is contained in:
@@ -8,6 +8,7 @@ from esphome.const import (
|
||||
DEVICE_CLASS_LIGHT,
|
||||
DEVICE_CLASS_MOTION,
|
||||
CONF_ID,
|
||||
CONF_BUTTON,
|
||||
)
|
||||
from esphome.core import TimePeriod
|
||||
|
||||
@@ -15,8 +16,6 @@ from . import XiaomiRTCGQ02LM
|
||||
|
||||
DEPENDENCIES = ["xiaomi_rtcgq02lm"]
|
||||
|
||||
CONF_BUTTON = "button"
|
||||
|
||||
|
||||
CONFIG_SCHEMA = cv.Schema(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user