diff --git a/custom_components/cloudweatherproxy/sensor.py b/custom_components/cloudweatherproxy/sensor.py index 86b257d..953c1e3 100644 --- a/custom_components/cloudweatherproxy/sensor.py +++ b/custom_components/cloudweatherproxy/sensor.py @@ -79,6 +79,7 @@ def __init__(self, sensor: Sensor, station: WeatherStation) -> None: name=f"Weatherstation {station.station_id}", identifiers={(DOMAIN, station.station_id)}, sw_version=station.station_sw_version, + manufacturer=station.vendor, ) @property diff --git a/requirements.txt b/requirements.txt index 250f080..9071f79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -pip>=21.0,<22.0 -ruff==0.4.* +pip>=24.1,<25.0 +ruff==0.5.* colorlog==6.8.* -homeassistant==2024.6.4 -aiocloudweather==2024.6.9 \ No newline at end of file +homeassistant==2024.5.5 +aiocloudweather==2024.7.0 \ No newline at end of file