Added Alexa Music

This commit is contained in:
2026-07-17 10:12:15 -04:00
parent 92c5268dc8
commit 28a8cb98f6
757 changed files with 151171 additions and 85450 deletions
+8 -3
View File
@@ -3,18 +3,23 @@
"name": "WashData",
"after_dependencies": [
"lovelace",
"http"
"http",
"frontend",
"websocket_api",
"recorder"
],
"codeowners": [
"@3dg1luk43"
],
"config_flow": true,
"dependencies": [],
"dependencies": [
"conversation"
],
"documentation": "https://github.com/3dg1luk43/ha_washdata",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/3dg1luk43/ha_washdata/issues",
"requirements": [
"numpy"
],
"version": "0.4.5.1"
"version": "0.5.0"
}