Releases: briis/meteobridge
Releases · briis/meteobridge
Version 3.3.4
- After HA Version 2023.2 user will start to see this warning Detected integration that called async_setup_platforms. This call has now been replaced by the proper new function.
- Added the possibility to connect to a Meteobridge device that is remote from Home Assistant. In order for this to work you must enable Internet Remote Login on the Meteobridge device. You do that by login in to your Meteobridge device - go to the System section and then Administration. Here you will find the Internet Remote Login option. Ensure the box is ticked, and then press Copy URL. Take this URL and paste it in to the IP Address field when setting up Meteobridge in Home Assistant - Then enter your credentials as you normally would. As this is remote, I recommend you do not set the polling interval to something smaller than 60 seconds.
Release 3.3.3
Fixed/Changed
- Issue #27 Removed all deprecated device classes and implemented
translation_key
to continue translating certain values in the UI. - Cleaned up the code to use the correct Device Classes based on all the new changes in 2023.1
- Minimum required version from now on is 2023.1.x
Version 3.2.9
Added
- Added Italian language files for sensors and configuration flow. Thank you to @iu1jvo.
- Issue #25 Added the possibility to change the Username and Password after the installation. Go to Settings->Devices & Services. Find the Meteobridge Integration and click CONFIGURE. From the menu, you can now change these items.
Version 3.2.8
Fixed
- Depreceation warning for
is_metric
is now fixed, and function moved to new standard.
Changed
- Converted all DEVICE_CLASS values to SensorDeviceClass.DEVICE_CLASS, which makes it possible to change the Unit of Measurement directly from the GUI for most sensors.
- Bumped minimum required Home Assistant version to 2022.11.0 due to the changes in this release
Version 3.2.7
Minor release.
Added
- Added new sensor
precip_accum_last24h
which holds the value for the last 24 hours of rain.
Version 3.2.6
Fixed
- Fixing deprecated
async_get_registry
that will start showing up in HA 2022.6
Version 3.2.5
Added
- Issue #22 Added German Laguage Files for sensors and configuration flow. Thank you to @rogerkilo
Version 3.2.4
Fixed
- Issue #20 Wind Chill was until now a Calculated value, as Meteobridge had issues with WeatherFlow stations and Wind Chill calculations. The December 6th release of Meteobridge have fixed that problem, so I can now revert to use the wind_chill value from the Meteobridge station.
Version 3.2.3
Fixed
- Added retry option if data is missing or not in expected format
- Fixing error thrown when wind values are not present.
- Final Closing of Issue #18
Version 3.2.2
Added
- New sensor
air_quality_index
. Returns AQI Level based on PM2.5 particles using United States Environmental Protection Agency (EPA) standard. (If Air Quality sensors attached to Meteobridge) - New sensors
precipitation_current_month
andprecipitation_current_year
. These show the accumulated precipitation for the current month and current year.- Closing Issue #19
Fixed
- If there is something wrong with the data retrival - Metobridge not available - the system would crash due to missing values and calling conversion functions. Now empty values are returned.
- Closing Issue #18