Skip to content

Commit b4971f3

Browse files
tetienneiMicknl
andauthored
Apply suggestions from code review
Co-authored-by: Mick Vleeshouwer <[email protected]>
1 parent 58959d1 commit b4971f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ pip install pyoverkiz
2525

2626
A subset of the API is [documented and maintened](https://somfy-developer.github.io/Somfy-TaHoma-Developer-Mode) by Somfy.
2727

28-
### Local API or Developper mode
28+
### Local API or Developer mode
2929

3030
See https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode#getting-started
3131

32-
For the moment, only Tahoma and Conexoon hubs from Somfy Europe can enabled this mode. Not all the devices are returned. You can have more details [here](https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode/issues/20).
32+
For the moment, only Somfy TaHoma Switch, TaHoma V2 and Connexoon hubs from Somfy Europe can enabled this mode. Not all the devices are returned. You can have more details [here](https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode/issues/20).
3333

3434
```python
3535
import asyncio
@@ -49,7 +49,10 @@ async def main() -> None:
4949

5050
async with ClientSession() as session:
5151
client = Overkiz.get_client_for(
52-
Server.SOMFY_EUROPE, USERNAME, PASSWORD, session
52+
server=Server.SOMFY_EUROPE,
53+
username=USERNAME,
54+
password=PASSWORD,
55+
session=session
5356
)
5457
try:
5558
await client.login()

0 commit comments

Comments
 (0)