770 Commits

Author SHA1 Message Date
Joakim Sørensen
3a85f630cd
Add my badge for addon repository (#831) 2021-03-05 15:48:30 +01:00
J. Nick Koston
c2d431c8f5
Add config entry unique id requirements guide (#830)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-03-04 22:45:31 -10:00
J. Nick Koston
300260c5c2
Improve fan preset mode documentation (#828) 2021-03-04 18:18:47 -10:00
Philip Allgaier
806ce20e94
Added some clarifications reg. Lokalise translations (#829) 2021-03-04 12:48:06 -08:00
J. Nick Koston
321b047afd
Update remote entity to document activities 2021-03-02 17:58:22 -10:00
J. Nick Koston
b76c303ae0
Update remote.md 2021-03-02 13:41:35 -10:00
Tobias Sauerwein
08ac551ea3
Replace dead link (#823) 2021-03-01 20:26:39 -08:00
J. Nick Koston
951751d45f
Update remote entity for activities 2021-03-01 11:47:16 -10:00
Joakim Sørensen
ee389906dc
Adjust documentation for add-ons (#826) 2021-03-01 14:59:10 +01:00
Tobias Sauerwein
f94db5597c
Replace link to CI (#825)
Replace the link to travis CI with GitHub Actions
2021-02-28 10:30:27 +01:00
Pascal Vizeli
6c215ddea4
Supervisor resolution healthcheck (#820)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-25 14:25:33 +01:00
Raman Gupta
95249a105a
Update service documentation to add target and selector info (#819)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-02-22 22:43:20 +01:00
Pascal Vizeli
93d46225e5
Add-on option realtime (#816) 2021-02-22 13:51:30 +01:00
J. Nick Koston
3b3859dd71
Update device registry for suggested_area 2021-02-19 19:49:52 -10:00
Thomas Geymayer
10cf2c5d80
Add tip for required unique_id for device_registry (#814)
Entities will not be connected to a device if unique_id is not set.
2021-02-20 00:18:09 +01:00
J. Nick Koston
7e94a298a9
Update docs/device_registry_index.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-19 13:15:14 -10:00
J. Nick Koston
21060a8fbd
Update device registry for suggested_area 2021-02-19 13:12:43 -10:00
J. Nick Koston
82f30a3050
Fix typing on fan speed count (#813) 2021-02-19 22:44:07 +01:00
J. Nick Koston
3163f3ea26
Document speed_count for fans and the utility 2021-02-18 21:05:43 -10:00
Pascal Vizeli
2fd962dc00
Add-on full access (#812)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-02-17 15:57:59 +01:00
Pascal Vizeli
7b3f758139
Fix apparmor signal line end (#811) 2021-02-16 17:13:06 +01:00
Pascal Vizeli
5c9a29c3c4
options/config add-on endpoint (#794) 2021-02-16 16:47:05 +01:00
Pascal Vizeli
29fd25e2d8
Update presentation.md 2021-02-16 16:46:34 +01:00
Pascal Vizeli
6be542479e
Fix Apparmor profile for what we need (#810)
* Fix Apparmor profile for what we need

* fix bashio
2021-02-16 15:51:34 +01:00
Andrew Berry
f47b758513
Fix page title typo in "Significant" (#809) 2021-02-16 13:56:19 +01:00
Adam Outler
e066dfb1e4
AppArmor, Ingress, and Security Points (#789)
* AppArmor, Ingress, and Security Points.

App Armor was inop and the instructions were invalid for modern HassOS and caused applications to crash before being started.   These settings should be evaluated by someone more familiar with the requirements of an Add-On, as I am not.  I simply set things permissively and made a working example.  

Added instructions for a basic no-dependencies Ingress implementation  

Added security points based on research here https://community.home-assistant.io/t/add-on-security-calculation/269497

* Oxford comma, removing trailing sentence.

* Update presentation.md

* Update presentation.md

* Add-on instead of Add-On, adding notes to table

* Update presentation.md

* Update presentation.md

* Update presentation.md

* Update presentation.md

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* AppArmor.txt permission reduction

* Don't use full URL.

* Nginx Example.

* Update presentation.md

* Remove stale comment

* Rewording Ingress section to ensure clarity

and make it less threatening.  It's simple if you follow the rules.

* altering clunky verbiage

* Update presentation.md

* clarifying and correcting information. 

Review of https://github.com/home-assistant/supervisor/blob/main/supervisor/addons/utils.py and https://developers.home-assistant.io/docs/add-ons/configuration/  shows  it is not possible to have both ROLE_MANAGER and ROLE_ADMIN in the same supervisor context.

* fixing document bug, adding clarification.

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* adding an S where an S should be

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update docs/add-ons/presentation.md

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* no cache

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-02-16 07:26:33 +01:00
Adam Outler
a2ae2c0e9f
Clarification on purpose, scope, and location. (#808)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-02-16 00:04:13 +01:00
Pascal Vizeli
bc12e7c746
Small update for kernel module options (#806) 2021-02-15 18:26:35 +01:00
J. Nick Koston
a64d3fe28d
Make this a by more DRY by adding int_states_in_range util 2021-02-14 11:15:42 -10:00
Aurelijus Rožėnas
9bd6a02d52
Fix add-on config mistype (#805)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-02-14 11:20:24 +01:00
J. Nick Koston
f49da21dec
Update fan.md 2021-02-13 21:56:51 -10:00
J. Nick Koston
c09fd7c781
Document percentage_step and the utility 2021-02-13 16:06:58 -10:00
Franck Nijhof
8a4cb33493
Add YAML Style Guide (#802)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
2021-02-11 15:50:43 +01:00
Laszlo Magyar
e0681d0ba6
Typo in add-on's configuration REGEX example (#801)
We have to escape the special chars in the REGEX.

Co-authored-by: Laszlo Magyar <>
2021-02-10 15:33:17 +01:00
Joakim Sørensen
5346092ac8
Add core state to Supervisor API (#798) 2021-02-09 09:58:43 +01:00
Melissa LeBlanc-Williams
ac612e8486
Fix typo in add-ons tutorial (#795) 2021-02-05 02:56:52 +01:00
Pascal Vizeli
5f85149a30
Update documentation for tmpfs (#792) 2021-02-01 14:51:39 +01:00
Pieter Ouwerkerk
b67b522af1
Fix button title from "refresh" to "Reload" (#791) 2021-02-01 12:47:19 +01:00
Franck Nijhof
64c2218c76
Update docs/core/entity/device-tracker.md
Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de>
2021-01-30 22:36:41 +01:00
J. Nick Koston
f654a0fabd Expand device tracker docs 2021-01-30 14:38:56 -06:00
Evolving The Future
005e033b4a
Update presentation.md (#787)
Added clarification on how to set a specific port number for ingress web traffic.
2021-01-29 23:04:57 +01:00
Pascal Vizeli
381dcda224
New hardware layer Supervisor (#784)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-01-28 15:36:44 +01:00
J. Nick Koston
6ebc02f268
Document fan entity model change to seperate fan speeds into percentages and presets modes (#777)
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-01-28 14:02:47 +01:00
Paulus Schoutsen
857f76683b
Add docs for significant changes (#785)
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-01-27 20:45:16 +01:00
Paulus Schoutsen
c2c17819cd
Allow httpx for platinum quality scale (#778) 2021-01-27 20:23:27 +01:00
Calvin
048a516f98
Update translations.md (#783)
Change the Material Design guidelines URL from https://material.io/design/style/writing.html, which gives a 404 - Page Not Found error, to the proper link https://material.io/design/communication/writing.html
2021-01-27 14:49:08 +01:00
marengaz
46c38f0bed
ruby3 not supported. instructions for mac (#782) 2021-01-27 14:32:38 +01:00
Franck Nijhof
f71271b944
Fix use of incorrect variable type (#781) 2021-01-26 11:19:02 +01:00
Joakim Sørensen
cc2f367ac9
Add version to the manifest (#780)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-01-25 13:34:25 +01:00
Martin Hjelmare
7fd9204648
Add device tracker entity page (#776)
* Add device tracker entity page

* Fix casing

Co-authored-by: Philip Allgaier <mail@spacegaier.de>

* Fix source type values

Co-authored-by: Philip Allgaier <mail@spacegaier.de>

Co-authored-by: Philip Allgaier <mail@spacegaier.de>
2021-01-19 12:35:55 +01:00