Update documentation

This commit is contained in:
samuelspagl 2024-03-14 13:53:06 +01:00
parent b102447764
commit be963d25ce
4 changed files with 16 additions and 11 deletions

View File

@ -64,16 +64,13 @@ Before you begin, ensure you have the following:
### Configuration ### Configuration
To integrate your Samsung Soundbar with HomeAssistant using YASSI, you'll need the following variables: To integrate your Samsung Soundbar with Home Assistant using YASSI, you will be asked for the following variables:
- **SmartThings API Key**: [Retrieve your API key from SmartThings Tokens.](https://account.smartthings.com/tokens) - **SmartThings API Key**: [Retrieve your API key from SmartThings Tokens.](https://account.smartthings.com/tokens)
- **Device ID**: [Find your device ID at SmartThings Devices.](https://my.smartthings.com/advanced/devices) - **Device ID**: [Find your device ID at SmartThings Devices.](https://my.smartthings.com/advanced/devices)
- **Device Name**: Choose a name for your soundbar to be recognized in Home Assistant. - **Device Name**: Choose a name for your soundbar to be recognized in Home Assistant.
- **Max Volume**: Define the maximum volume level for the `media_player` slider (between `1` and `100`). - **Max Volume**: Define the maximum volume level for the `media_player` slider (between `1` and `100`).
Please use the HomeAssistant UI to setup the integration, providing a yaml configuration in the `configuration.yaml`
should be possible but is not recommended.
## Support ## Support
For support, feature requests, or bug reporting, please visit the Issues section of this GitHub repository. For support, feature requests, or bug reporting, please visit the Issues section of this GitHub repository.

View File

@ -14,7 +14,7 @@ In the meantime, you can manually add this repository to HACS:
1. Click the following button and 'open link': 1. Click the following button and 'open link':
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=samuelspagl&repository=ha_samsung_soundbar&category=integration) [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=samuelspagl&repository=ha_samsung_soundbar&category=integration)
2. Click 'add' to add the custom repository. 2. Click 'add' to add the custom repository.
3. Download 'Yassi' and reboot Home Assistant. 3. Download 'Yassi' and restart Home Assistant.
### 📂 Manual Installation ### 📂 Manual Installation
If you prefer to install Yassi manually: If you prefer to install Yassi manually:

View File

@ -8,7 +8,7 @@ Here are some best practices to help me help you:
2. 📋 Provide Details: Include essential information: 2. 📋 Provide Details: Include essential information:
- Home Assistant OS Version - Home Assistant OS Version
- Samsung Soundbar Model - Samsung Soundbar Model
- Other Relevant Details - Other Relevant Details (like debug logs)
3. 🎇 Icons for Fun: 3. 🎇 Icons for Fun:
- 📦 = Feature Request - 📦 = Feature Request
- 🐛 = Bug Report - 🐛 = Bug Report

View File

@ -41,4 +41,12 @@ Yassi allows you to retrieve and set the status of various features on your Sams
|-------------------|----------------|-----------------| |-------------------|----------------|-----------------|
| Media Cover Art | display | Read | | Media Cover Art | display | Read |
## `sensor` Entity
| **Feature** | **Capability** | **Access Type** |
|-------------|--------------------|-----------------|
| Volume | float sensor value | Read |
Hopefully this format provides a clear and concise view of what Yassi can do with your Samsung Soundbar, making it easier to understand and configure. Hopefully this format provides a clear and concise view of what Yassi can do with your Samsung Soundbar, making it easier to understand and configure.