Skip to content

Releases: nao-pon/hass_rs_wfirex4

Version 2021.12.0

15 Dec 07:50

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

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)