Add Dooya protocol to remote_base (#6488)

This commit is contained in:
bukureckid
2024-04-09 23:04:35 +02:00
committed by GitHub
parent 3adfed3675
commit 522b43bb41
5 changed files with 227 additions and 2 deletions
@@ -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(
{