This is a custom component to allow control of the Falcon Pi Player in Home Assistant.
- View current playing sequence and playlist
- List all available playlist and sequences as sources
- Start a playlist or sequence
- Stop a playlist or sequence
- Set or step the player volume
Install via HACS.
Install it as any custom homeassistant component:
- Download
custom_components
folder. - Copy the
falcon_pi_player
directory to thecustom_components
directory of your homeassistant installation. Yourcustom_components
directory resides within your homeassistant configuration directory.
Note: If the custom_components
directory does not exist, you need to create it.
After a correct installation, your configuration directory should look like the following:
└── ...
└── configuration.yaml
└── custom_components
└── falcon_pi_player.py
└── __init__.py
└── media_player.py
└── manifest.json
- Enable the component by editing your configuration.yaml file (within the config directory as well). Edit it by adding the following lines:
# Example configuration.yaml entry media_player: - platform: falcon_pi_player name: FPP_NAME host: IP_ADDRESS (or hostname)
- Reboot Home Assistant
- You're good to go!