Update documentation
This commit is contained in:
parent
b102447764
commit
be963d25ce
|
@ -64,16 +64,13 @@ Before you begin, ensure you have the following:
|
|||
|
||||
### 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)
|
||||
- **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.
|
||||
- **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
|
||||
|
||||
For support, feature requests, or bug reporting, please visit the Issues section of this GitHub repository.
|
||||
|
|
|
@ -14,7 +14,7 @@ In the meantime, you can manually add this repository to HACS:
|
|||
1. Click the following button and 'open link':
|
||||
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=samuelspagl&repository=ha_samsung_soundbar&category=integration)
|
||||
2. Click 'add' to add the custom repository.
|
||||
3. Download 'Yassi' and reboot Home Assistant.
|
||||
3. Download 'Yassi' and restart Home Assistant.
|
||||
|
||||
### 📂 Manual Installation
|
||||
If you prefer to install Yassi manually:
|
||||
|
|
|
@ -8,7 +8,7 @@ Here are some best practices to help me help you:
|
|||
2. 📋 Provide Details: Include essential information:
|
||||
- Home Assistant OS Version
|
||||
- Samsung Soundbar Model
|
||||
- Other Relevant Details
|
||||
- Other Relevant Details (like debug logs)
|
||||
3. 🎇 Icons for Fun:
|
||||
- 📦 = Feature Request
|
||||
- 🐛 = Bug Report
|
||||
|
|
|
@ -41,4 +41,12 @@ Yassi allows you to retrieve and set the status of various features on your Sams
|
|||
|-------------------|----------------|-----------------|
|
||||
| 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.
|
||||
|
|
Loading…
Reference in New Issue