Skip to content

Releases: nao-pon/hass_rs_wfirex4

Version 2024.4.0

09 Apr 13:45
Compare
Choose a tag to compare
  • 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

25 Jun 05:49
Compare
Choose a tag to compare

Version 2022.7.0

30 Jun 08:13
Compare
Choose a tag to compare
  • Remove loop=loop from asyncio.wait

Version 2022.2.1

11 Feb 07:11
Compare
Choose a tag to compare
  • Do not block other processing when setting up this component.

Version 2022.2.0

07 Feb 14:51
Compare
Choose a tag to compare
  • don't pass in loop to async_timeout

Version 2021.12.0

15 Dec 07:50
Compare
Choose a tag to compare

Version 2021.12.0

  • Switch to extra_state_attributes from device_state_attributes

Version 0.3.0

13 Aug 12:01
Compare
Choose a tag to compare

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)