Skip to content

Commit 4ba70d7

Browse files
Bram KragtenBram Kragten
authored andcommitted
removed client id and secret
1 parent ab8dda6 commit 4ba70d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lyric/test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import lyric
22

3-
client_id = r'j9ShGaDTsOWlykvAeJCNcMpO76gGwGq6'
4-
client_secret = r'vtt3qfspAhzgLLyU'
3+
client_id = r''
4+
client_secret = r''
55

66
redirect_uri = 'https://hass.deproducties.com:8123/lyric'
77
app_name = 'Sample'
88
token_cache_file = 'token.txt'
99

10-
lapi = lyric.Lyric(client_id=client_id, client_secret=client_secret,
11-
token_cache_file=token_cache_file,
10+
lapi = lyric.Lyric(client_id=client_id, client_secret=client_secret,
11+
token_cache_file=token_cache_file,
1212
redirect_uri=redirect_uri, app_name=app_name)
1313

1414
if lapi._token is None:
@@ -23,4 +23,4 @@
2323
print(location.thermostats[0].displayedOutdoorHumidity)
2424
print(location.thermostats[0].indoorTemperature)
2525
print(location.thermostats[0].outdoorTemperature)
26-
print(location.thermostats[0].indoorHumidityStatus)
26+
print(location.thermostats[0].indoorHumidityStatus)

0 commit comments

Comments
 (0)