Skip to content

Commit

Permalink
Add Ubiwizz server (#591)
Browse files Browse the repository at this point in the history
* Add Ubiwizz server

* Change manufacturer
  • Loading branch information
iMicknl authored Sep 5, 2022
1 parent 676fd57 commit e4d37f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyoverkiz/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,10 @@
manufacturer="Somfy",
configuration_url=None,
),
"ubiwizz": OverkizServer(
name="Ubiwizz",
endpoint="https://ha129-1.overkiz.com/enduser-mobile-web/enduserAPI/",
manufacturer="Decelect",
configuration_url=None,
),
}

0 comments on commit e4d37f2

Please sign in to comment.