{"id":14994542,"url":"https://github.com/voxpupuli/puppet-homeassistant","last_synced_at":"2025-07-18T22:08:51.182Z","repository":{"id":37579817,"uuid":"82099025","full_name":"voxpupuli/puppet-homeassistant","owner":"voxpupuli","description":"Puppet Module for Home Assistant - home automation platform. https://home-assistant.io/","archived":false,"fork":false,"pushed_at":"2025-06-20T08:24:24.000Z","size":181,"stargazers_count":9,"open_issues_count":5,"forks_count":9,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-07-02T04:49:08.861Z","etag":null,"topics":["centos-puppet-module","debian-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module","ubuntu-puppet-module"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2017-02-15T19:39:20.000Z","updated_at":"2025-06-20T08:24:27.000Z","dependencies_parsed_at":"2023-01-30T05:01:17.408Z","dependency_job_id":"fa1caf05-6fd1-4e38-ab38-1ce3a48d059b","html_url":"https://github.com/voxpupuli/puppet-homeassistant","commit_stats":{"total_commits":106,"total_committers":9,"mean_commits":"11.777777777777779","dds":"0.37735849056603776","last_synced_commit":"9b446f415bb6a38c32b93a6c8a9d142cfe4e2d66"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/voxpupuli/puppet-homeassistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-homeassistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-homeassistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-homeassistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-homeassistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-homeassistant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-homeassistant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264268132,"owners_count":23582078,"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":["centos-puppet-module","debian-puppet-module","hacktoberfest","linux-puppet-module","oraclelinux-puppet-module","puppet","redhat-puppet-module","scientific-puppet-module","ubuntu-puppet-module"],"created_at":"2024-09-24T16:03:48.065Z","updated_at":"2025-07-18T22:08:51.142Z","avatar_url":"https://github.com/voxpupuli.png","language":"Ruby","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Puppet module for Home Assistant\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-homeassistant.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-homeassistant)\n[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-homeassistant/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-homeassistant)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/homeassistant.svg)](https://forge.puppetlabs.com/puppet/homeassistant)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/homeassistant.svg)](https://forge.puppetlabs.com/puppet/homeassistant)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/homeassistant.svg)](https://forge.puppetlabs.com/puppet/homeassistant)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/homeassistant.svg)](https://forge.puppetlabs.com/puppet/homeassistant)\n\n## Description\nHome Assistant is an open-source home automation platform running on Python 3. This\npuppet module can be used to install and configurue Home Assistant.\nHome assistant is installed within an python3 virtualenv environment.\n\nHome Assistant - https://home-assistant.io/\n\n## Usage\nTo install and start homeassistant\n\n```puppet\ninclude homeassistant\n```\n\nor with a custom configuration.\n\n```puppet\nclass{'homeassistant':\n    location_name =\u003e 'Arc de Triomphe',\n    latitude      =\u003e 48.8738,\n    longitude     =\u003e 2.2950,\n    elevation     =\u003e 300,\n    unit_system   =\u003e 'metric',\n    time_zone     =\u003e 'Europe/Paris'\n}\n\n```\n\n### Parameters for homeassistant class\n* `user` - Specify a username to run the service as. Default: `homeassistant`\n* `home` - Home directory of user and virtualeven for software. Default: `/srv/homeassistant`\n* ...\n\n## Adding Components\nSimple components with no configuration.\n\n```puppet\nhomeassistant::component{\n  [\n    'config',\n    'http',\n    'frontend',\n    'updater',\n    'discovery',\n    'conversation',\n    'history',\n    'sun',\n    'logbook',\n  ]:\n}\n```\n\nComponents with configuration.\n\n```puppet\nhomeassistant::component{'tts':\n  config =\u003e {'platform' =\u003e 'google'}\n}\n\nhomeassistant::component{'device_tracker':\n  config =\u003e [\n    {'platform' =\u003e 'netgear',\n     'host'     =\u003e 'router.example.org',\n     'username' =\u003e 'admin',\n     'password' =\u003e 'secret',\n    }\n  ],\n}\n```\n\nMultiple Instances of one Component, e.g. Switches\n\n```puppet\nhomeassistant::component{'myswitchs':\n  component =\u003e 'switch',\n  config    =\u003e [\n                 {'platform' =\u003e 'google',\n                 },\n                 {'platform' =\u003e 'tplink',\n                  'host'     =\u003e 'myplug.example.org',\n                  'username' =\u003e 'foo',\n                  'password' =\u003e 'bar',\n                 },\n               ],\n  }\n}\nhomeassistant::component{'otherswitches':\n  component =\u003e 'switch',\n  config    =\u003e {\n    platform =\u003e 'command_line',\n    switches =\u003e {\n                  'command_on'    =\u003e '/bin/echo on \u003e /tmp/hi',\n                  'command_off'   =\u003e '/bin/ehco off \u003e /tmp/hi',\n                  'command_state' =\u003e '/bin/grep -q on /tmp/hi',\n                  'friendly_name' =\u003e 'Is the file on',\n                }\n    }\n  }\n}\n```\n\n## Authors\npuppet-homeassistant is maintained by VoxPupuli. It was\noriginally written by Steve Traylen.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-homeassistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-homeassistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-homeassistant/lists"}