Franck Nijhof
8eeaf3af91
Rename Services to Service actions ( #2249 )
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-16 12:05:05 +02:00
c0ffeeca7
207c08678e
core: apply sentence-style capitalization to headings ( #2188 )
...
- to comply with MS Style Guide on [capitalization](https://learn.microsoft.com/en-us/style-guide/capitalization )
2024-05-23 10:10:20 +02:00
Jan Bouwhuis
f8dafa2c3c
Update blog and docs on exception handling ( #1988 )
2023-11-25 14:02:54 +01:00
Jan Bouwhuis
f85fa4cbbb
Add ServiceValidationError and translation support ( #1961 )
...
* Add ServiceValidationError and translation support
* Improvements, add blog post
* Add error handling response
* Follow up comment
* Update blog/2023-10-29-service-exceptions-and-translations.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update blog/2023-10-29-service-exceptions-and-translations.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Follow up raising vs handling errors
* Fix links
* Update docs/core/platform/raising_exceptions.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update blog/2023-10-29-service-exceptions-and-translations.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update docs/api/websocket.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update docs/internationalization/core.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update docs/internationalization/core.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update docs/core/platform/raising_exceptions.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update docs/integration_quality_scale_index.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update docs/internationalization/core.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update blog/2023-10-29-service-exceptions-and-translations.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Rename file to adjust date
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-17 15:36:19 +01:00
Jan-Philipp Benecke
59be20342a
Add description of issue severities ( #1886 )
...
* Add description of issue severities
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-08-24 09:50:05 +02:00
Gregory Zdanowski-House
9d61a2d9fd
Fix incorrect reference to IssueSeverity ( #1789 )
2023-06-27 21:21:12 +02:00
Paulus Schoutsen
0c8a7b6048
Modernize sidebar menu and consolidate content ( #1619 )
...
* Modernize sidebar menu
* Move more architecture things over
* Move APIs to their application docs
* Clean up some titles and de-duplicate
* Consolidate repair platform and issue registry
* More moving
* Address comments
* Move API down
2023-01-09 13:44:44 -05:00
Erik Montnemery
63ce526339
Document the issue registry ( #1447 )
...
* Document the issue registry
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Tweak language
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-29 13:54:04 +02:00
Adam Outler
5f13808fb0
Fix missing ( #1402 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-07-16 21:36:49 +02:00
Allen Porter
6d913e34f3
Update docs/core/platform/application_credentials.md
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-04 09:05:12 -07:00
Allen Porter
f70dac0a61
Add application credentials translation documentation
2022-06-04 00:54:55 -07:00
Allen Porter
967b7b04af
Add documentation for custom auth implentations in application credentials ( #1328 )
2022-05-15 15:42:59 +02:00
Allen Porter
0688f1e52f
Add more detailed application_credentials import instructions ( #1331 )
2022-05-14 23:15:31 -07:00
Allen Porter
8fc9d847b5
Update documentation for developer credentials after PR discussion feedback
2022-04-16 11:49:02 -07:00
Allen Porter
008360b395
Additional wording improvements
2022-04-07 15:43:13 +00:00
Allen Porter
e35b60aba9
Rewrote documentation structure based on PR feedback
2022-04-07 15:40:56 +00:00
Allen Porter
ca080a4d4b
Update docs/core/platform/application_credentials.md
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-07 01:02:35 -07:00
Allen Porter
02158c2a7a
Update docs/core/platform/application_credentials.md
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-07 01:02:28 -07:00
Allen Porter
4833794128
Add missing import statement and remove unused import
2022-04-07 07:30:36 +00:00
Allen Porter
7d25ad48c0
Merge branch 'developer_credentials' of github.com:allenporter/developers.home-assistant into developer_credentials
2022-04-07 07:29:37 +00:00
Allen Porter
11fd12dc0a
Update docs/core/platform/application_credentials.md
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-07 00:29:01 -07:00
Allen Porter
7acbe01b38
Update documentation to explain the import API
2022-04-05 15:14:20 +00:00
Allen Porter
b2349f5675
Rename component to application credentials
2022-04-03 17:32:00 +00:00
Allen Porter
d7afabef6e
Rename developer credentials to client credentials
2022-04-03 17:26:02 +00:00
Allen Porter
ec811fc6e6
Merge branch 'developer_credentials' of github.com:allenporter/developers.home-assistant into developer_credentials
2022-04-03 10:19:55 -07:00
Allen Porter
0cc5a85c13
Add static example for AuthorizationServer
2022-04-03 17:19:23 +00:00
Allen Porter
db05ef6886
Update docs/core/platform/developer_credentials.md
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-02 22:18:25 -07:00
Allen Porter
c701c3f9cb
Fix typo
2022-04-02 17:22:57 -07:00
Allen Porter
ed9fde84fe
Documentation for initial developer credentials platform
2022-04-02 21:19:01 +00:00
Joakim Sørensen
da18c9cbdb
Add backup documentation and restructure platforms ( #1259 )
2022-03-30 21:40:23 +02:00