Back to plugin center
Plugin · Manifest

homeassistant-sync

Home Assistant Sync · Home Assistant Community · In beta
Install command
aios
aios plugin install homeassistant-sync
Permissions

The plugin can only do what is declared in the manifest; anything else is refused by the system.

ha:entities:readha:automations:readfacts:entities:write
Capabilities

Capabilities the plugin exposes for the runtime to orchestrate.

  • sync

    Two-way mapping of entities and automations

Actions

Actions you can trigger from rules or scripts.

  • ha.mirror

    Mirror the latest state from Home Assistant

Manifest Preview

The complete manifest, in one file.

PLUGIN_MANIFEST.yaml
plugin:
  id: homeassistant-sync
  name: Home Assistant Sync
  vendor: Home Assistant Community
  stage: beta
  topic: infra

permissions:
  - ha:entities:read
  - ha:automations:read
  - facts:entities:write

capabilities:
  - kind: sync
    desc: Two-way mapping of entities and automations

actions:
  - id: ha.mirror
    desc: Mirror the latest state from Home Assistant

install: aios plugin install homeassistant-sync