Skip to content

rsnodgrass/hass-mcintosh

Repository files navigation

McIntosh A/V Control for Home Assistant (IMPLEMENTATION IN PROGRESS)

beta_badge release_badge release_date License hacs_badge

Donate Buy Me A Coffee

McIntosh Logo

THIS DO NOT WORK! THIS IS IN PROGRESS.

My MX160 was broken in shipping and so I no longer have a device for testing or development so progress has been slow. This integration and underlying libraries is expected to be completed late 2024.

LOOKING TO BUY MX160 or MX170

If you have an MX160 or MX170 you are looking to sell, please contact me.

Support

Visit the community support discussion thread for issues with this integration. If you have a code change or bug fix, feel free to submit a Pull Request.

Supported Devices

See pyavcontrol for a full list of supported hardware.

Installation

Step 1: Install Custom Components

ake sure that Home Assistant Community Store (HACS) is installed and then add the "Integration" repository: rsnodgrass/hass-mcintosh.

Step 2: Configuration

This integration is completely configured via config flow.

Example OLD-STYLE configuration.yaml:

media_player:
  - platform: mcintosh
    model: mcintosh_mx160
    url: /dev/ttyUSB0
    sources:
      1:
        name: "Sonos"
      5:
        name: "FireTV"

See Also