voxpupuli / puppet-homeassistant

Puppet Module for Home Assistant - home automation platform. https://home-assistant.io/
Apache License 2.0
8 stars 9 forks source link

Documentation bug - homeassistant::user isn't configurable #46

Open tobixen opened 1 year ago

tobixen commented 1 year ago

The README states ...

Parameters for homeassistant class

  • user - Specify a username to run the service as. Default: homeassistant
  • home - Home directory of user and virtualeven for software. Default: /srv/homeassistant
  • ...

The class seems to take no parameter user, and the user seems to be hard-coded in the service template.

The easiest would be to drop the line about user from the README. I can for sure drop a pull request on that one.

The more proper would be to add that parameter there, but it requires a bit more work.

traylenator commented 1 year ago

See - https://github.com/voxpupuli/puppet-homeassistant/issues/43