Rewrite somfy in transmitter compatible code

This commit is contained in:
2025-05-12 20:24:32 +02:00
parent a672914025
commit e0dddf5245
3 changed files with 130 additions and 75 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from esphome.components import cover
from esphome import pins
from esphome.const import CONF_ID, CONF_ALLOW_OTHER_USES
DEPENDENCIES = ["mqtt"]
DEPENDENCIES = ["mqtt", "remote_transmitter"]
AUTO_LOAD = ["mqtt"]
somfy_ns = cg.esphome_ns.namespace("somfy")