Skip to content

Commit

Permalink
init and model file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoei committed Jul 25, 2024
1 parent 0b0fcef commit fc1d0f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/robovac/vacuums/T2267.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .base import RoboVacEntityFeature, RobovacCommand


class T2277:
class T2267:
homeassistant_features = (
VacuumEntityFeature.BATTERY
# | VacuumEntityFeature.CLEAN_SPOT
Expand Down
2 changes: 1 addition & 1 deletion custom_components/robovac/vacuums/T2278.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .base import RoboVacEntityFeature, RobovacCommand


class T2277:
class T2278:
homeassistant_features = (
VacuumEntityFeature.BATTERY
# | VacuumEntityFeature.CLEAN_SPOT
Expand Down
4 changes: 4 additions & 0 deletions custom_components/robovac/vacuums/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
from .T2193 import T2193
from .T2194 import T2194
from .T2267 import T2267
from .T2277 import T2277
from .T2278 import T2278
from .T2261 import T2261
from .T2262 import T2262
from .T2320 import T2320
Expand Down Expand Up @@ -66,6 +68,8 @@
"T2193": T2193,
"T2194": T2194,
"T2267": T2267,
"T2277": T2277,
"T2278": T2278,
"T2261": T2261,
"T2262": T2262,
"T2320": T2320
Expand Down

0 comments on commit fc1d0f5

Please sign in to comment.