1128 Commits

Author SHA1 Message Date
Pascal Vizeli
20cf80ebe7
Integrity check (#1316)
* Add integrity check documentation

* add untested

* Add examples

* Update docs/api/supervisor/endpoints.md

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Update docs/api/supervisor/endpoints.md

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2022-05-02 13:37:12 +02:00
Allen Porter
416b087326
Merge pull request #1279 from allenporter/developer_credentials
Documentation for Application Credentials platform initial features
2022-04-30 09:48:32 -07:00
Martin Hjelmare
7d2787d2bb
Add supported brands manifest item (#1315)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-29 11:10:50 -07:00
epenet
f14753f202
Remove vacuum warning (#1289) 2022-04-28 20:26:44 +03:00
Mike Degatano
a69ae4e832
Document disable fallback DNS option in API (#1303) 2022-04-28 14:23:33 +02:00
Paulus Schoutsen
b82b60e260
Add blog about TTS (#1302) 2022-04-26 13:50:44 -07:00
Stefan Agner
d6a1fe6607
Extend Debugging documentation (#1309)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-04-26 19:41:22 +02:00
Nemec
c16a08f770
Clarify when an encrypted request has no data (#1304) 2022-04-25 15:11:24 -07:00
Franck Nijhof
e1e4f7f2af
Add visible by default property to base Entity (#1301) 2022-04-25 09:05:20 -07:00
Erik Montnemery
da92f69737
Clarify when sensors will be displayed as line-charts (#1308) 2022-04-25 08:49:53 -07:00
Sebastian Höffner
510d7c38d5
Correct /api/intent/handle endpoint route, add intent: hint (#1305) 2022-04-24 21:45:25 -07:00
Shay Levy
cae565b4a4
Update development checklist - issue trackers for external packages (#1299)
* Update development checklist - issue trackers for external Python libraries

* Update docs/development_checklist.md

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-21 15:53:27 +03:00
Franck Nijhof
35bd63bb0e
Replace Climate CURRENT_HVAC_* constants with HVACAction enum (#1297) 2022-04-20 23:00:10 +02:00
J. Nick Koston
9bfb5df420
Add docs on listening for events (#1296)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-04-20 13:20:25 +02:00
Franck Nijhof
a9f6c551a5
Replace Climate HVAC_MODE_* constants with HVACMode enum (#1295) 2022-04-19 17:17:46 -10:00
Brandon Rothweiler
5f84f5d612
Remove mentions of the retired term "Lovelace" (#1292) 2022-04-18 11:22:59 -07:00
Franck Nijhof
b7b713a43c
Replace Alarm Control Panel FORMAT_ constants with CodeFormat enum (#1293) 2022-04-18 19:37:41 +02:00
Allen Porter
8fc9d847b5 Update documentation for developer credentials after PR discussion feedback 2022-04-16 11:49:02 -07:00
Joakim Sørensen
fe244e7cbc
Add note about network translations (#1288) 2022-04-12 12:26:30 +02:00
Franck Nijhof
ad2af0a875
Replace Camera STREAM_TYPE_ constants with StreamType enum 2022-04-11 19:54:03 +02:00
Mike Degatano
060292b0b4
Add llmnr and mdns fields to API doc (#1286) 2022-04-11 19:29:12 +02:00
Franck Nijhof
33c6fff69c
Add ColorMode enum to light platform (#1284) 2022-04-11 09:16:34 -07:00
Allen Porter
561435e97f
Merge pull request #1256 from allenporter/calendar
Add a CalendarEntity documentation
2022-04-10 12:04:30 -07:00
Daniel O'Connor
2f24830db7
Device Classes: Slightly improve the definitions of energy vs power for device classes (#1282)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-04-10 11:46:41 +02:00
epenet
c87f4403de
Add EntityFeature enum to Siren (#1281) 2022-04-07 23:08:50 +02: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
kongo09
1f6624ffd8
Abort config flow for already_configured (#1280)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-04 11:40:19 +02: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
Franck Nijhof
8d5dc2948c
Add EntityFeature enum to Fan (#1269) 2022-04-02 21:01:51 -07:00
Franck Nijhof
febcc69d2d
Add EntityFeature enum to Light (#1272) 2022-04-02 21:01:38 -07:00
Franck Nijhof
c0d6b596c1
Add EntityFeature enum to Lock (#1273) 2022-04-02 21:01:22 -07:00
Franck Nijhof
bf8481a498
Add EntityFeature enum to Media Player (#1274) 2022-04-02 21:01:07 -07:00
Franck Nijhof
69c31d515e
Add EntityFeature enum to Remote (#1275) 2022-04-02 21:00:48 -07:00
Franck Nijhof
6c2b4f3da4
Add EntityFeature enum to Vacuum (#1276) 2022-04-02 21:00:36 -07:00
Franck Nijhof
c2bd387b45
Add EntityFeature enum to Water Heater (#1277) 2022-04-02 21:00:22 -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
Franck Nijhof
6b81f30c6c
Rename current_version to installed_version in Update platform (#1271) 2022-04-01 20:11:34 +02:00
Franck Nijhof
f29f2507e3
Add EntityFeature enum to Humidifier (#1270) 2022-04-01 20:10:17 +02:00