Skip to content

sclarkso/hassio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages