Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 521 Bytes

File metadata and controls

22 lines (18 loc) · 521 Bytes

hassio

Required in your configuration.yaml to configure this sensor:

sensor:
  - platform: myair
    zone: "ZONE NAMES SEPERATED BY COMMAS"
    url: 192.168.0.1:2025 (IP Address and Port of Controller)

I used mitmproxy/fiddler to track down the url for my controller.

Example of actual code in configuration.yaml:

sensor:
  - platform: myair
    zone: "MEDIA,LIVING,MAIN BEDROOM,GUEST"
    url: 10.0.0.110:2025

This is what it looks like in Home Assistant:

Imgur