This commit is contained in:
Home Assistant Version Control
2026-07-30 02:35:11 +00:00
parent 2770bfa4f5
commit e02abc6ddf
18 changed files with 691 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"domain": "presence_simulation",
"name": "Presence Simulation",
"codeowners": [
"@slashback100"
],
"config_flow": true,
"dependencies": ["history", "recorder", "scene"],
"documentation": "https://github.com/slashback100/presence_simulation",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/slashback100/presence_simulation/issues",
"version": "5.3"
}