Saltstack Official Home Assistant Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 8 ans
il y a 7 ans
il y a 6 ans
il y a 7 ans
il y a 8 ans
il y a 7 ans
il y a 6 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 7 ans
il y a 7 ans
il y a 6 ans
il y a 8 ans
il y a 8 ans
il y a 7 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ======================
  2. Home Assistant Formula
  3. ======================
  4. Home Assistant is an open-source home automation platform running on Python 3.
  5. Track and control all devices at home and automate control.
  6. Sample Metadata
  7. ===============
  8. Single homeassistant service
  9. .. code-block:: yaml
  10. home_assistant:
  11. server:
  12. enabled: true
  13. bind:
  14. address: 0.0.0.0
  15. port: 8123
  16. home-assistant service wit git based configuration
  17. .. code-block:: yaml
  18. home_assistant:
  19. server:
  20. enabled: true
  21. bind:
  22. address: 0.0.0.0
  23. port: 8123
  24. config:
  25. engine: git
  26. address: '${_param:home_assistant_config_repository}'
  27. branch: ${_param:home_assistant_config_revision}
  28. identity: /path/to/optional/ssh/identity/file
  29. References
  30. ==========
  31. * https://home-assistant.io/getting-started/
  32. Documentation and Bugs
  33. ======================
  34. To learn how to install and update salt-formulas, consult the documentation
  35. available online at:
  36. http://salt-formulas.readthedocs.io/
  37. In the unfortunate event that bugs are discovered, they should be reported to
  38. the appropriate issue tracker. Use Github issue tracker for specific salt
  39. formula:
  40. https://github.com/salt-formulas/salt-formula-home-assistant/issues
  41. For feature requests, bug reports or blueprints affecting entire ecosystem,
  42. use Launchpad salt-formulas project:
  43. https://launchpad.net/salt-formulas
  44. You can also join salt-formulas-users team and subscribe to mailing list:
  45. https://launchpad.net/~salt-formulas-users
  46. Developers wishing to work on the salt-formulas projects should always base
  47. their work on master branch and submit pull request against specific formula.
  48. https://github.com/salt-formulas/salt-formula-home-assistant
  49. Any questions or feedback is always welcome so feel free to join our IRC
  50. channel:
  51. #salt-formulas @ irc.freenode.net