KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
yoto_ha
โ 221
Open GitHub โ
Home Assistant Integration for Yoto
Download README (.md)
Explore Similar Repositories
sqrl
:
Agentic Data Engineering Harness for building data pipelines, data products, data APIs, and data lakes autonomously
EntityFrameworkCore.Scaffolding.Handlebars
:
Scaffold EF Core models using Handlebars templates.
tribune
:
Kotlin 'parse not validate'
GithubSearchKMM-Compose-SwiftUI
:
๐ญ GithubSearchKMM - Github Repos Search - Android - iOS - Kotlin Multiplatform Mobile using Jetpack Compose, SwiftUI, FlowRedux, Coroutines Flow, Dagger Hilt, Koin Dependency Injection, shared KMP ViewModel, Clean Architecture
airbroke
:
๐ฅ Lightweight, Airbrake/Sentry-compatible, PostgreSQL-based Open Source Error Catcher
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
yoto_ha
?
Download (.md)
<img src="https://img.shields.io/badge/dynamic/json?color=41BDF5&logo=home-assistant&label=integration%20usage&suffix=%20installs&cacheSeconds=15600&url=https://analytics.home-assistant.io/custom_integrations.json&query=$.yoto.total"> # yoto_ha Home Assistant Integration for Yoto. PRs are appreciated to add more.  # Supported Device Features Not all devices expose all sensors/entities. Only sensors/entities supported by your device will be available in the integration. # Installing The easiest way to install this integration is via HACS. https://hacs.xyz/ # Services Working - Play/Pause - Play Media/Card via service call (format of media id is cardid+chapterid+trackid+seconds, if you leave off chapterid/trackid/seconds will start at chapter and track 1.) - Stop Media via service call - Set Time for Day/Night Modes - Set display brightness Day/Night including auto - Set Day/Night light color, this can be any color not just in app! - Set Day/Night max volume # Troubleshooting You can enable logging for this integration specifically and share your logs, so I can have a deep dive investigation. To enable logging, enable via the gui or update your configuration.yaml like this, we can get more information in Configuration -> Logs page Debug can also be enabled via the interface. ```yaml config logger: default: warning logs: custom_components.yoto: debug yoto_api: debug ```