fix homeassitant api endpoint
This commit is contained in:
@@ -7,7 +7,7 @@ async function fetchTentHumidity() {
|
||||
return;
|
||||
}
|
||||
|
||||
const url = `https://home.rivercry.com/api/states/sensor.third_reality_inc_3rths0224z_luftfeuchtigkeit_2`;
|
||||
const url = `https://home.rivercry.com/api/states/sensor.zelt_humidity`;
|
||||
const response = await fetch(url, {
|
||||
method: "GET",
|
||||
headers: {
|
||||
@@ -26,7 +26,7 @@ async function fetchTentTemperature() {
|
||||
return;
|
||||
}
|
||||
|
||||
const url = `https://home.rivercry.com/api/states/sensor.third_reality_inc_3rths0224z_temperatur_2`;
|
||||
const url = `https://home.rivercry.com/api/states/sensor.zelt_temperature`;
|
||||
const response = await fetch(url, {
|
||||
method: "GET",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user