We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 822f36f + 633e423 commit f89fa5eCopy full SHA for f89fa5e
1 file changed
custom_components/poollab/poollab.py
@@ -6,7 +6,7 @@
6
from gql import Client, gql
7
from gql.transport.aiohttp import AIOHTTPTransport
8
9
-API_ENDPOINT = "https://production.backend.labcom.cloud/graphql"
+API_ENDPOINT = "https://backend.labcom.cloud/graphql"
10
11
# Measurement ranges according to https://poollab.org/static/manuals/poollab_manual_gb-fr-e-d-i.pdf
12
MEAS_RANGES_BY_SCENARIO = {
0 commit comments