neon-homeassistant-skill


Nameneon-homeassistant-skill JSON
Version 0.0.16 PyPI version JSON
download
home_page
SummaryAn OVOS/Neon.AI Skill for Home Assistant, which integrates with ovos-PHAL-plugin-homeassistant.
upload_time2024-02-01 04:47:49
maintainer
docs_urlNone
authorMike Gray
requires_python>=3.8,<3.12
licenseApache-2.0
keywords ovos neon home assistant phal voice interface skill plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Home Assistant Neon Skill

Uses [PHAL Home Assistant plugin](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-homeassistant)

Available on PyPi: `pip install neon-homeassistant-skill`

## Installation on Neon

\***\*Note\*\***: This skill and the required PHAL plugin come pre-installed on Neon images for the Mycroft Mark II and Neon's published Docker images. These instructions are for custom development builds or creating your own Neon instance from scratch.

Install ovos-PHAL-plugin-homeassistant [per their documentation](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-homeassistant)

Then, you can `pip install neon-homeassistant-skill`, or handle the installation from the `~/.config/neon/neon.yaml` file if you prefer:

```yaml
skills:
  default_skills:
    # Jokes skill included because it cannot be pip installed to the image
    - https://github.com/JarbasSkills/skill-icanhazdadjokes/tree/dev
    - neon-homeassistant-skill # Optionally with a version, such as neon-homeassistant-skill==0.0.10
```

### Authenticating to Home Assistant

On a device with a screen, such as the Mycroft Mark II, you can say `open home assistant dashboard` and use the OAuth login flow to authenticate from the PHAL plugin. If you don't have a screen available or prefer to edit the configuration directly, read on.

---

The documentation for ovos-PHAL-plugin-homeassistant specifies which configuration file to put your Home Assistant hostname/port and API key. Note that Neon uses a YAML configuration, not a JSON file, so edit `~/.config/neon/neon.yaml` and make the following update for a minimal installation:

```yaml
PHAL:
  ovos-PHAL-plugin-homeassistant:
    host: http://<HA_IP_OR_HOSTNAME>:8123
    api_key: <HA_LONG_LIVED_TOKEN>
```

The `PHAL` node above should be at the root of the Neon user configuration file, appended to the end of file if existing content exists, and will merge with system configuration per [Neon Configuration Docs.](https://neongeckocom.github.io/neon-docs/quick_reference/configuration/)

Mycroft Mark II does not always support .local hostnames such as the default `homeassistant.local` DNS. You may need to use the IP of your Home Assistant instance instead. If you have a Nabu Casa subscription and don't mind traffic going out to the internet using your public Nabu Casa DNS is also a supported option. However, if your internet connectivity drops from your Neon instance, you will be unable to control your smart home devices from Neon. A local DNS/IP is preferable.

## Upcoming Features

- Start OAuth workflow with voice
- Start an instance of the ovos-PHAL-plugin-homeassistant if PHAL isn't already running
- Vacuum functions
- HVAC functions

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "neon-homeassistant-skill",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.12",
    "maintainer_email": "",
    "keywords": "ovos,neon,home,assistant,phal,voice,interface,skill,plugin",
    "author": "Mike Gray",
    "author_email": "mike@graywind.org",
    "download_url": "https://files.pythonhosted.org/packages/c0/19/458268df53f931f4577da3c7639aaf2cd0e2bcb1a57b4e2384f0293a942e/neon_homeassistant_skill-0.0.16.tar.gz",
    "platform": null,
    "description": "# Home Assistant Neon Skill\n\nUses [PHAL Home Assistant plugin](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-homeassistant)\n\nAvailable on PyPi: `pip install neon-homeassistant-skill`\n\n## Installation on Neon\n\n\\***\\*Note\\*\\***: This skill and the required PHAL plugin come pre-installed on Neon images for the Mycroft Mark II and Neon's published Docker images. These instructions are for custom development builds or creating your own Neon instance from scratch.\n\nInstall ovos-PHAL-plugin-homeassistant [per their documentation](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-homeassistant)\n\nThen, you can `pip install neon-homeassistant-skill`, or handle the installation from the `~/.config/neon/neon.yaml` file if you prefer:\n\n```yaml\nskills:\n  default_skills:\n    # Jokes skill included because it cannot be pip installed to the image\n    - https://github.com/JarbasSkills/skill-icanhazdadjokes/tree/dev\n    - neon-homeassistant-skill # Optionally with a version, such as neon-homeassistant-skill==0.0.10\n```\n\n### Authenticating to Home Assistant\n\nOn a device with a screen, such as the Mycroft Mark II, you can say `open home assistant dashboard` and use the OAuth login flow to authenticate from the PHAL plugin. If you don't have a screen available or prefer to edit the configuration directly, read on.\n\n---\n\nThe documentation for ovos-PHAL-plugin-homeassistant specifies which configuration file to put your Home Assistant hostname/port and API key. Note that Neon uses a YAML configuration, not a JSON file, so edit `~/.config/neon/neon.yaml` and make the following update for a minimal installation:\n\n```yaml\nPHAL:\n  ovos-PHAL-plugin-homeassistant:\n    host: http://<HA_IP_OR_HOSTNAME>:8123\n    api_key: <HA_LONG_LIVED_TOKEN>\n```\n\nThe `PHAL` node above should be at the root of the Neon user configuration file, appended to the end of file if existing content exists, and will merge with system configuration per [Neon Configuration Docs.](https://neongeckocom.github.io/neon-docs/quick_reference/configuration/)\n\nMycroft Mark II does not always support .local hostnames such as the default `homeassistant.local` DNS. You may need to use the IP of your Home Assistant instance instead. If you have a Nabu Casa subscription and don't mind traffic going out to the internet using your public Nabu Casa DNS is also a supported option. However, if your internet connectivity drops from your Neon instance, you will be unable to control your smart home devices from Neon. A local DNS/IP is preferable.\n\n## Upcoming Features\n\n- Start OAuth workflow with voice\n- Start an instance of the ovos-PHAL-plugin-homeassistant if PHAL isn't already running\n- Vacuum functions\n- HVAC functions\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An OVOS/Neon.AI Skill for Home Assistant, which integrates with ovos-PHAL-plugin-homeassistant.",
    "version": "0.0.16",
    "project_urls": null,
    "split_keywords": [
        "ovos",
        "neon",
        "home",
        "assistant",
        "phal",
        "voice",
        "interface",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8815ce17ed8537ff9bda55fe8a4ffefcf5c3e7bc9389c96548598a421d3fe5d9",
                "md5": "2cba3edf198df82a41fcab71849def63",
                "sha256": "9d2b4e17d1fe0f76fa1a7329b401e1d018fa2926f2c7dfb2c45740f48fb1e509"
            },
            "downloads": -1,
            "filename": "neon_homeassistant_skill-0.0.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2cba3edf198df82a41fcab71849def63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 20493,
            "upload_time": "2024-02-01T04:47:47",
            "upload_time_iso_8601": "2024-02-01T04:47:47.929687Z",
            "url": "https://files.pythonhosted.org/packages/88/15/ce17ed8537ff9bda55fe8a4ffefcf5c3e7bc9389c96548598a421d3fe5d9/neon_homeassistant_skill-0.0.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c019458268df53f931f4577da3c7639aaf2cd0e2bcb1a57b4e2384f0293a942e",
                "md5": "9239323806dfb4b8a45c686e5ece12a3",
                "sha256": "ec7add372599caed263559446ef962fb7d2e6febed7662c8f9c6679e02a5376c"
            },
            "downloads": -1,
            "filename": "neon_homeassistant_skill-0.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "9239323806dfb4b8a45c686e5ece12a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 13363,
            "upload_time": "2024-02-01T04:47:49",
            "upload_time_iso_8601": "2024-02-01T04:47:49.606727Z",
            "url": "https://files.pythonhosted.org/packages/c0/19/458268df53f931f4577da3c7639aaf2cd0e2bcb1a57b4e2384f0293a942e/neon_homeassistant_skill-0.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-01 04:47:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "neon-homeassistant-skill"
}
        
Elapsed time: 0.19978s