https://github.com/sammcj/esphome-esp-s3-box-3-volume
add volume controls to the esp-s3-box-3 in esphome
https://github.com/sammcj/esphome-esp-s3-box-3-volume
Last synced: 4 months ago
JSON representation
add volume controls to the esp-s3-box-3 in esphome
- Host: GitHub
- URL: https://github.com/sammcj/esphome-esp-s3-box-3-volume
- Owner: sammcj
- Created: 2024-03-04T08:28:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T00:10:07.000Z (over 1 year ago)
- Last Synced: 2025-06-27T10:05:53.209Z (4 months ago)
- Language: C
- Size: 33.2 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volume Controls for the ESP S3 Box 3 in esphome
## Example Usage
```yaml
external_components:
- source: github://sammcj/esphome-esp-s3-box-3-volume@main
components: [esp_box_volume]
refresh: alwaysesp_box_volume:
id: speaker_volumeon_boot:
then:
- output.set_level:
id: speaker_volume
level: 0.85 # 85% volume
```For the moment I've copied my fork of https://github.com/jesserockz/esp32-s3-box-3-board/tree/main/esp32_s3_box_3 into esp32_s3_box_3, this is not ideal and I will look to change this once my PR is merged upstream.
My esp s3 box 3 config files are here if it helps: https://github.com/sammcj/esphome-esp-s3-box-3