Saltstack Official Home Assistant Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 8 años
hace 7 años
hace 6 años
hace 7 años
hace 8 años
hace 7 años
hace 6 años
hace 8 años
hace 8 años
hace 8 años
hace 8 años
hace 8 años
hace 7 años
hace 6 años
hace 8 años
hace 8 años
hace 7 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. References
  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