working 2.0 clone

This commit is contained in:
root
2024-10-01 14:06:39 +00:00
commit 873064d680
704 changed files with 46961 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"domain": "remote_homeassistant",
"name": "Remote Home-Assistant",
"issue_tracker": "https://github.com/custom-components/remote_homeassistant/issues",
"documentation": "https://github.com/custom-components/remote_homeassistant",
"dependencies": ["http"],
"config_flow": true,
"codeowners": [
"@lukas-hetzenecker",
"@postlund"
],
"requirements": [],
"zeroconf": [
"_home-assistant._tcp.local."
],
"version": "3.11",
"iot_class": "local_push"
}