Carter Hawthorne
375174ee41
Add note about Python 3.12 dependency to manual.md
2024-12-01 18:38:38 -08:00
Bishtawi
e844d2995a
Support reading secrets from files
2024-11-24 12:31:17 -08:00
vabene1111
2b6edfb96d
fixed import_export docs format
2024-11-11 18:06:29 +01:00
vabene1111
faa3c99965
Merge pull request #3280 from vitoller/feature/import-gourmet
...
import of gourmet files
2024-11-11 18:04:55 +01:00
vabene1111
90d93b733d
Revert "Update connectors.md"
2024-10-02 14:29:24 +02:00
vabene1111
272d2e94a1
Merge pull request #3327 from IkkiOcean/patch-1
...
Update manual.md with required python version
2024-10-02 09:24:46 +02:00
Vivek Prakash
dae51a8d3e
Update manual.md with required python version
...
The code written in https://github.com/TandoorRecipes/recipes/blob/develop/cookbook/connectors/connector_manager.py makes use of features introduced in Python 3.10, such as the structural pattern matching (match and case) and the union types with the pipe operator (|) which are not compatible with Python 3.9. That's why the minimum required python version for the manual installation should be python version 3.10.
2024-10-01 00:53:04 +05:30
supaeasy
d522534a12
Update connectors.md
...
Fixed errors in description:
- add / after api
- omit 'todo.' when adding HA-Entity
2024-09-30 14:17:18 +02:00
Horst
15abe9f24b
import of gourmet files
...
* in gourmet export as html and zip folder
* 'menus' are not imported
Note: it appears that the native format '.grmt' does not include the unit for ingredients
2024-08-30 10:05:19 +02:00
Mikhail Epifanov
1b529bba10
update variable name and change default to warning, add docs
2024-07-13 22:41:08 +02:00
vabene1111
17d34c5ca7
improved allowed hosts docs, default config and added a system warning
2024-06-27 13:48:11 +02:00
vabene1111
7100f4eb8b
Merge pull request #3147 from bhagerty/patch-1
...
Remove obsolete "version: 3" to eliminate warning message
2024-05-07 07:56:00 +02:00
vabene1111
7285d8b01c
Merge pull request #3150 from bhagerty/develop
...
Delete obsolete "version" entry from last two compose.yml files
2024-05-07 07:55:23 +02:00
Brian Hagerty
44832f7c11
Delete obsolete "version" entry from compose.yml
...
Per my other PR, "version" is obsolete
2024-05-06 12:38:13 -05:00
Brian Hagerty
e475115b6a
Delete obsolete "version" entry
...
Per my first PR, "version" is obsolete and throws a warning.
2024-05-06 12:36:53 -05:00
Brian Hagerty
b32a7a9134
Remove obsolete "version:" entry
...
Per my other PR, "version" is obsolete and throws a warning.
2024-05-06 12:31:35 -05:00
Brian Hagerty
7e7657e444
Remove obsolete "version: 3" to eliminate warning message
...
The "version: 3" entry is obsolete and throws a warning: 'version' is obsolete. AFAIK, there's no reason to keep it. There's a lengthy discussion of this issue in a different repo: https://github.com/jasonacox/Powerwall-Dashboard/issues/453
They got rid of "version" in that project. It seems like it should be removed here too.
2024-05-04 11:00:08 -05:00
smilerz
2e6cc3e58e
document configurations required for formatting and linting
2024-04-08 19:16:18 -05:00
smilerz
38b22f3a56
setup project level linting with flake8
...
project level formatting with prettier
project level formatting with yapf
2024-04-08 10:49:53 -05:00
smilerz
47bc3cfbe7
Update backup.md
...
update compose configuration for pgbackup to include .env file
2024-04-03 09:07:09 -05:00
smilerz
49539ef3ba
add TEST_DATABASE env parameters
2024-03-21 09:11:57 -05:00
smilerz
33b23b299d
removed unused docs/coverage/ reports
2024-03-21 08:58:32 -05:00
vabene1111
64f5b9ad1f
Merge pull request #2931 from ambroisie/declarative-media-root
...
add ability to set 'MEDIA_ROOT'
2024-03-05 09:04:50 +01:00
Bruno BELANYI
857d287233
add ability to set 'MEDIA_ROOT'
2024-03-02 14:33:06 +00:00
smilerz
b2c5e3d5e7
Pytest and Coverage Reports
2024-02-29 11:12:19 -06:00
Anand Patel
ea0675b35e
Add instructions on how to use devcontainers in vscode.
2024-02-29 01:40:59 +00:00
Anand Patel
f855ba1c0f
Update docs as vscode tasks are not devcontainer specific.
2024-02-29 01:30:56 +00:00
Anand Patel
59f645d8c9
Documentation updates for devcontainer based development.
2024-02-29 01:29:25 +00:00
Jerome
d4ba2b9dd2
Add archlinux doc to mkdocs config + add warning
2024-02-28 10:43:49 -05:00
Jerome
961201412e
doc: Add installation instructions for ArchLinux
2024-02-28 10:43:49 -05:00
Jinna Kiisuo
4a7eb91e67
docs(authentication): Improve auth docs to match current allauth best practices and syntax
2024-02-26 13:55:53 +02:00
Mikhail Epifanov
5e508944a3
move env settings to configuration with backlink from connectors page
2024-02-20 17:48:35 +01:00
Mikhail Epifanov
6ce95fb393
add reference to the feature configuration in configuration.md
2024-02-20 09:25:04 +01:00
Mikhail Epifanov
beb860acc6
Merge remote-tracking branch 'origin/develop' into HomeAssistantConnector
...
# Conflicts:
# cookbook/views/api.py
# recipes/settings.py
2024-02-17 00:29:29 +05:30
Maximilian Hippler
250d58f8a1
Fixed wrong keycloak docs
2024-02-13 16:09:06 +01:00
vabene1111
29438109a6
fixed postgres update doc mv -R
2024-02-06 10:58:17 +01:00
Mikhail Epifanov
247907ef25
move from signals to apps, add dedicated feature docs, add config toggle to menu item, undo unnecessary changes
2024-02-05 23:26:33 +01:00
Mikhail Epifanov
513082255b
Merge branch 'develop' into HomeAssistantConnector
2024-02-05 16:09:47 +01:00
software2000
ce0ee8caaa
update postgres in documentation to version 16
2024-02-04 22:32:03 +01:00
Mikhail Epifanov
8b5b063da6
Merge branch 'develop' into HomeAssistantConnector
2024-01-29 09:57:10 +01:00
Mikhail Epifanov
502a606534
Update the code based on feedback. set Default to enabled, add to documentation how to disable it. Add extra documentation
2024-01-28 22:59:51 +01:00
vabene1111
58989a96e3
added force theme
2024-01-28 09:22:37 +01:00
vabene1111
255ecd4a88
Merge pull request #2826 from sohmc/update-documentation
...
Updated nginx documentation to include image server instructions
2024-01-28 08:49:35 +01:00
vabene1111
a1da77fe31
Merge pull request #2891 from langfingaz/patch-1
...
docs: specify database and user role when running psql
2024-01-22 14:20:51 +01:00
Daniel Langbein
20027cf127
docs: fix typo
2024-01-19 16:56:48 +00:00
Daniel Langbein
a661eaf221
docs: specify database and user role when running psql
2024-01-19 15:12:56 +00:00
vabene1111
5129ef77c9
Merge pull request #2715 from nyanSpruk/patch-1
...
fix: Typo in shopping.md
2024-01-19 17:41:00 +08:00
vabene1111
92cfd09155
Merge pull request #2785 from axeleroy/patch-1
...
Add instructions to add the PWA on Firefox for Android
2024-01-19 17:24:54 +08:00
vabene1111
14b7a8fd85
Merge pull request #2866 from Colcothar/automation-doc-typo
...
Fix typo in automation doc
2024-01-19 17:21:30 +08:00
vabene1111
72d4404665
Merge pull request #2887 from adjokic/patch-1
...
Add documenation for Docker + Apache + Subfolder
2024-01-19 16:53:58 +08:00