mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 19:00:29 +01:00
Update dependencies
This commit is contained in:
parent
3a4a6873cc
commit
f2b6a0909a
@ -10,7 +10,7 @@ from esphome.const import (
|
||||
)
|
||||
from .. import safe_mode_ns
|
||||
|
||||
DEPENDENCIES = ["ota"]
|
||||
DEPENDENCIES = ["ota.esphome"]
|
||||
|
||||
SafeModeButton = safe_mode_ns.class_("SafeModeButton", button.Button, cg.Component)
|
||||
|
||||
|
@ -9,7 +9,7 @@ from esphome.const import (
|
||||
)
|
||||
from .. import safe_mode_ns
|
||||
|
||||
DEPENDENCIES = ["ota"]
|
||||
DEPENDENCIES = ["ota.esphome"]
|
||||
|
||||
SafeModeSwitch = safe_mode_ns.class_("SafeModeSwitch", switch.Switch, cg.Component)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user