Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@nao-pon nao-pon released this 13 Aug 12:01
· 10 commits to main since this release

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)