Companion library for musiccast devices intended for the Home Assistant integration.


Keywords
hacktoberfest, musiccast, python, yamaha, yamaha-musiccast
License
MIT
Install
pip install aiomusiccast==0.14.7

Documentation

Companion library for musiccast devices intended for the Home Assistant integration.

PyPI Version GitHub release (latest by date) Read the Docs PyPI License


Setup

Requirements

  • Python 3.8+

Installation

Install it directly into an activated virtual environment:

$ pip install aiomusiccast

or add it to your Poetry project:

$ poetry add aiomusiccast

Usage

After installation, the package can imported:

$ python
>>> import aiomusiccast
>>> aiomusiccast.__version__