Skip to content

Commit f89fa5e

Browse files
authored
Merge pull request #48 from figorr/main
Update API Endpoint
2 parents 822f36f + 633e423 commit f89fa5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/poollab/poollab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from gql import Client, gql
77
from gql.transport.aiohttp import AIOHTTPTransport
88

9-
API_ENDPOINT = "https://production.backend.labcom.cloud/graphql"
9+
API_ENDPOINT = "https://backend.labcom.cloud/graphql"
1010

1111
# Measurement ranges according to https://poollab.org/static/manuals/poollab_manual_gb-fr-e-d-i.pdf
1212
MEAS_RANGES_BY_SCENARIO = {

0 commit comments

Comments
 (0)