1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-06 19:00:29 +01:00

Update dependencies

This commit is contained in:
Jesse Hills 2024-04-29 09:24:10 +12:00
parent 3a4a6873cc
commit f2b6a0909a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from esphome.const import (
) )
from .. import safe_mode_ns from .. import safe_mode_ns
DEPENDENCIES = ["ota"] DEPENDENCIES = ["ota.esphome"]
SafeModeButton = safe_mode_ns.class_("SafeModeButton", button.Button, cg.Component) SafeModeButton = safe_mode_ns.class_("SafeModeButton", button.Button, cg.Component)

View File

@ -9,7 +9,7 @@ from esphome.const import (
) )
from .. import safe_mode_ns from .. import safe_mode_ns
DEPENDENCIES = ["ota"] DEPENDENCIES = ["ota.esphome"]
SafeModeSwitch = safe_mode_ns.class_("SafeModeSwitch", switch.Switch, cg.Component) SafeModeSwitch = safe_mode_ns.class_("SafeModeSwitch", switch.Switch, cg.Component)