Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bramstroker/homeassistant-powercalc
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Sep 14, 2024
2 parents 14b313b + 67f467d commit 7dd28bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/supported_models/generate_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
("smart_speaker", "Smart speakers"),
("smart_switch", "Smart switches / plugs"),
("camera", "Cameras"),
("cover", "Covers"),
("network", "Networking"),
]

Expand Down
2 changes: 2 additions & 0 deletions custom_components/powercalc/power_profile/power_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

class DeviceType(StrEnum):
CAMERA = "camera"
COVER_DOMAIN = "cover_domain"
COVER = "cover"
LIGHT = "light"
SMART_SWITCH = "smart_switch"
SMART_SPEAKER = "smart_speaker"
Expand Down

0 comments on commit 7dd28bd

Please sign in to comment.