Releases: nao-pon/hass_rs_wfirex4
Releases · nao-pon/hass_rs_wfirex4
Version 2024.4.0
- Fix deprecated constants of Home Assistant 2022.5
- Use
_attr_*
properties for simply coding - CI fixes
Full Changelog: 2023.6.0...2024.4.0
Version 2023.6.0
Version 2022.7.0
- Remove
loop=loop
from asyncio.wait
Version 2022.2.1
- Do not block other processing when setting up this component.
Version 2022.2.0
- don't pass in loop to async_timeout
Version 2021.12.0
Version 2021.12.0
- Switch to
extra_state_attributes
fromdevice_state_attributes
Version 0.3.0
Added a config option mac
. Recommend to set for device identification.
rs_wfirex4:
- host: "xxx.xxx.xxx.xxx" # IP address of your first RS-WFIREX4
mac : "xx:xx:xx:xx:xx:xx" # Optional MAC Address of this device (Recommend to set for device identification)
name: "Living Wfirex4" # Optional entity name
scan_interval: 30 # Optional seconds of scan interval (Default 60)
- host: "xxx.xxx.xxx.xxx" # IP address of your second RS-WFIREX4
mac : "xx:xx:xx:xx:xx:xx" # Optional MAC Address of this device (Recommend to set for device identification)
name: "Living Wfirex4" # Optional entity name
scan_interval: 30 # Optional seconds of scan interval (Default 60)