A custom component that allows for control of the APART Zone4 pre-amp over serial.
- Open HACS in Home Assistant.
- Click on "Integrations".
- Click on the three dots in the top right corner.
- Click on "Custom repositories".
- Add the following repository URL: https://github.com/samjsmart/ha-zone4
- Select "Integration" as the category.
- Click on "Add".
- Install the "Zone4 Remote" integration from the HACS store.
- Download the latest release from the releases page.
- Extract the downloaded ZIP file.
- Copy the
zone4
directory to your Home Assistantcustom_components
directory. - Restart Home Assistant.
- Configure the integration as described below.
Add the following to your configuration.yaml
file:
media_player:
- platform: zone4
port: /dev/ttyUSB0
zone_names: # Optional
"1": "Garden"
"2": "Kitchen"
"3": "Living Room"
"4": "Office"
We recommend using the @kaljih Mini Media Player custom card to display the current state of your APART Zone4 pre-amp in Home Assistant.
This integration was created by Sam Smart.
This integration is licensed under the MIT License.