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.

README.rst 1.8KB

il y a 8 ans
il y a 7 ans
il y a 8 ans
il y a 7 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 8 ans
il y a 7 ans
il y a 8 ans
il y a 8 ans
il y a 7 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 pillars
  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. More information
  29. ================
  30. * https://home-assistant.io/getting-started/
  31. Documentation and Bugs
  32. ======================
  33. To learn how to install and update salt-formulas, consult the documentation
  34. available online at:
  35. http://salt-formulas.readthedocs.io/
  36. In the unfortunate event that bugs are discovered, they should be reported to
  37. the appropriate issue tracker. Use Github issue tracker for specific salt
  38. formula:
  39. https://github.com/salt-formulas/salt-formula-home-assistant/issues
  40. For feature requests, bug reports or blueprints affecting entire ecosystem,
  41. use Launchpad salt-formulas project:
  42. https://launchpad.net/salt-formulas
  43. You can also join salt-formulas-users team and subscribe to mailing list:
  44. https://launchpad.net/~salt-formulas-users
  45. Developers wishing to work on the salt-formulas projects should always base
  46. their work on master branch and submit pull request against specific formula.
  47. https://github.com/salt-formulas/salt-formula-home-assistant
  48. Any questions or feedback is always welcome so feel free to join our IRC
  49. channel:
  50. #salt-formulas @ irc.freenode.net