|
1 | | -<p>Plateform : Muse Proto</p> |
2 | | - |
3 | | -<p>Purpose: Home assistant</p> |
4 | | - |
5 | | -<p><a href="https://esphome.github.io/media-players/"><strong>Prefer this link as you will have and up to date version of Home Assistant media player</strong></a><br /> |
6 | | - </p> |
7 | | - |
8 | | -<p>Features of this project :</p> |
9 | | - |
10 | | -<ul> |
11 | | - <li> |
12 | | - <p>Home Assistant is an open-source home automation platform that allows users to control and automate various devices and services in their home through a single interface. Some of the main features of Home Assistant include:</p> |
13 | | - </li> |
14 | | - <li>Support for a wide range of devices and services, including smart lights, thermostats, cameras, and more</li> |
15 | | - <li>Automation capabilities, allowing users to create scripts and rules to control their devices based on certain conditions or events</li> |
16 | | - <li>Integration with other platforms and services, such as Amazon Alexa and Google Assistant, for voice control</li> |
17 | | - <li>A customizable and extensible interface, with the ability to add custom components and integrations</li> |
18 | | - <li>A built-in rules engine and event-based automation</li> |
19 | | -</ul> |
20 | | - |
21 | | -<p> </p> |
22 | | - |
23 | | -<p>Adding a Home Assistant media player with ESP MUSE allows you to :</p> |
24 | | - |
25 | | -<ul> |
26 | | - <li>Play, pause, and control the volume of media on your devices</li> |
27 | | - <li>Control the playback of media on multiple devices at the same time, creating a multi-room audio experience</li> |
28 | | - <li>Create playlists and queue up songs, albums, or podcasts</li> |
29 | | - <li>Browse and search for content in your media library</li> |
30 | | - <li>Control the playback of media on your devices using voice commands through integrations with platforms like Amazon Alexa and Google Assistant</li> |
31 | | - <li>Control your media player from the Home Assistant web interface or mobile app</li> |
32 | | - <li>Create automations to automatically play or pause media based on certain conditions or events</li> |
33 | | - <li>Integrate with other Home Assistant integrations and platforms to create a smart home ecosystem.</li> |
34 | | -</ul> |
35 | | - |
36 | | -<p>Turorial is <a href="https://forum.raspiaudio.com/t/home-assistant-easy-tutorial/438">here</a></p> |
37 | | - |
38 | | -<p>Project is <a href="https://www.home-assistant.io/installation/raspberrypi">here</a></p> |
39 | | - |
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>ESP Muse – Home Assistant Media Player</title> |
| 6 | +</head> |
| 7 | +<body> |
| 8 | + |
| 9 | + <p><strong>Platform:</strong> Muse Proto</p> |
| 10 | + <p><strong>Purpose:</strong> Home Assistant media-player prototype</p> |
| 11 | + |
| 12 | + <p> |
| 13 | + <a href="https://github.com/RASPIAUDIO/esphomeProto/blob/main/proto_microWW.yaml"> |
| 14 | + <strong>YAML configuration file</strong> |
| 15 | + </a> |
| 16 | + </p> |
| 17 | + |
| 18 | + <h2>Features of Home Assistant</h2> |
| 19 | + <ul> |
| 20 | + <li>Open-source platform for controlling and automating devices via a single interface</li> |
| 21 | + <li>Supports lights, thermostats, cameras, sensors, and much more</li> |
| 22 | + <li>Powerful automation engine for scripts and event-based rules</li> |
| 23 | + <li>Voice-assistant integration (Amazon Alexa, Google Assistant, etc.)</li> |
| 24 | + <li>Customisable UI with community add-ons and integrations</li> |
| 25 | + <li>Built-in rules engine and event bus</li> |
| 26 | + </ul> |
| 27 | + |
| 28 | + <h2>What ESP Muse Adds</h2> |
| 29 | + <ul> |
| 30 | + <li>Play, pause, and volume control for media</li> |
| 31 | + <li>Multi-room, synchronised audio playback</li> |
| 32 | + <li>Playlist and queue management</li> |
| 33 | + <li>Library browsing and search</li> |
| 34 | + <li>Voice control through Alexa/Google Assistant integrations</li> |
| 35 | + <li>Full control from the Home Assistant web UI & mobile app</li> |
| 36 | + <li>Automations that start/stop media on conditions or events</li> |
| 37 | + <li>Seamless integration with other Home Assistant components</li> |
| 38 | + </ul> |
| 39 | + |
| 40 | + <p> |
| 41 | + Tutorial: |
| 42 | + <a href="https://forum.raspiaudio.com/t/home-assistant-easy-tutorial/438"> |
| 43 | + Easy step-by-step guide |
| 44 | + </a> |
| 45 | + </p> |
| 46 | + |
| 47 | + <p> |
| 48 | + Project page: |
| 49 | + <a href="https://www.home-assistant.io/installation/raspberrypi"> |
| 50 | + Home Assistant on Raspberry Pi |
| 51 | + </a> |
| 52 | + </p> |
| 53 | + |
| 54 | +</body> |
| 55 | +</html> |
0 commit comments