Add section about file permissions
This commit is contained in:
parent
dcac44041b
commit
29cff64e14
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ To fix the line separator, use `dos2unix` or `sed`.
|
|||
$ dos2unix homeassistant/components/notify/kodi.py
|
||||
```
|
||||
|
||||
### {% linkable_title File permissions %}
|
||||
|
||||
Most files don't need to the be executable. `0644` is fine.
|
||||
|
||||
### {% linkable_title Dependencies %}
|
||||
|
||||
A lot of components and platforms depends on third-party Python modules. The dependencies which are stored in the `requirements_*.txt` files are tracked by [gemnasium](https://gemnasium.com/github.com/home-assistant/home-assistant) and [Requires.io](https://requires.io/github/home-assistant/home-assistant/requirements/?branch=dev).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue