{"id":13810924,"url":"https://github.com/opsdroid/skill-homeassistant","last_synced_at":"2026-02-22T12:19:13.730Z","repository":{"id":72481925,"uuid":"102730825","full_name":"opsdroid/skill-homeassistant","owner":"opsdroid","description":"💬 A skill for opsdroid to interact with Home Assistant","archived":false,"fork":false,"pushed_at":"2019-10-04T18:43:06.000Z","size":35,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-27T16:25:00.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opsdroid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-07T11:49:29.000Z","updated_at":"2023-07-22T22:11:46.000Z","dependencies_parsed_at":"2023-03-11T13:22:48.776Z","dependency_job_id":null,"html_url":"https://github.com/opsdroid/skill-homeassistant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsdroid%2Fskill-homeassistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsdroid%2Fskill-homeassistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsdroid%2Fskill-homeassistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsdroid%2Fskill-homeassistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsdroid","download_url":"https://codeload.github.com/opsdroid/skill-homeassistant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251968297,"owners_count":21673004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T03:00:32.301Z","updated_at":"2026-02-22T12:19:08.705Z","avatar_url":"https://github.com/opsdroid.png","language":"Python","funding_links":[],"categories":["Example Skills"],"sub_categories":["Official examples (legacy)"],"readme":"# opsdroid skill homeassistant\n\nA skill for [opsdroid](https://github.com/opsdroid/opsdroid) to interact with [Home Assistant](https://home-assistant.io/). The skill provides a notification service and the ability to\npass opsdroid message through to the [conversation component](https://www.home-assistant.io/components/conversation/) in Home Assistant.\n\n## Requirements\n\n- A homeassistant installation.\n\nTo use the opsdroid notification you must configure the [rest notify component](https://home-assistant.io/components/notify.rest/) in homeassistant to point to opsdroid.\n\n```yaml\n# Home Assistant configuration file\nnotify:\n  - name: opsdroid\n    platform: rest\n    method: POST\n    resource: http://\u003copsdroid ip\u003e:\u003copsdroid port\u003e/skill/homeassistant/notify\n```\n\nTo use the conversation passthrough you must have the conversation component enabled in Home Assistant.\n\n```yaml\n# Home Assistant configuration file\nconversation:\n```\n\n## Configuration\n\n```yaml\nskills:\n  - name: homeassistant\n    # Notification settings\n    room: \"#homeassistant\"  # (Optional) room to send notifications to\n    # Conversation component passthrough settings\n    conversation-passthrough: false  # Enable/disable the conversation component passthrough\n    hass-url: \"http://127.0.0.1:8123\"  # The URL of your Home Assistant\n    hass-password: \"YOURPASSWORD\"  # Your Home Assistant auth password\n```\n## Usage\n\n#### Notification\n\nWhen a notification is triggered in homeassistant it will be sent to opsdroid.\n\n\u003e opsdroid: Here is your homeassistant notification\n\n#### Conversation component passthrough\n\nWhen this is enabled all messages will be passed through to the Home Assistant conversation component.\n\n\u003e user: turn on the bedroom light\n\u003e\n\u003e opsdroid: ok\n\u003e\n\u003e *Light comes on*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsdroid%2Fskill-homeassistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsdroid%2Fskill-homeassistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsdroid%2Fskill-homeassistant/lists"}