Franck Nijhof
64cce3387b
Update sensor documentation for date & timestamp devices classes ( #1140 )
2021-11-23 19:14:14 +01:00
Pascal Vizeli
5ae88512c3
CAS function on build.json ( #1139 )
2021-11-17 09:23:10 -08:00
bwduncan
3d7a22aa9f
Fix typos in code example ( #1138 )
2021-11-16 20:34:20 +01:00
Michael
ded730155b
Add support for property attribute shorthand in Fan entity ( #1136 )
2021-11-16 01:25:29 +01:00
epenet
3e75fdba15
Add frequency device class for sensor ( #1137 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-11-15 14:33:56 +01:00
Tobias Brenner
87a46921f9
Minor Correction ( #1133 )
2021-11-11 11:32:32 +01:00
Vip0r
b56d611938
Changed override instructions ( #1025 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-10 12:05:24 +01:00
Tim Rightnour
51d095d0ec
Update sensor.mb for CBAR ( #1130 )
2021-11-10 10:43:58 +01:00
Franck Nijhof
5d5532db4d
Document async button press method ( #1132 )
2021-11-09 16:47:41 +00:00
Dave T
79d3ff5ab2
Fix minor typos ( #1126 )
2021-11-05 07:20:54 +00:00
Joakim Sørensen
6b93bcb0f6
Add buttton entity to navigation ( #1125 )
2021-11-04 19:38:28 +01:00
Franck Nijhof
6f087f84ea
Add button entity ( #1114 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-11-04 16:53:40 +01:00
Tom Brien
36227ec01b
Fix ISO 4217 Link ( #1124 )
2021-11-04 14:57:38 +01:00
Allen Porter
92b171187e
Update ConfigEntry migration to follow current best practices ( #1123 )
2021-11-04 07:43:27 +01:00
dependabot[bot]
a23255ff52
Bump browserslist from 4.16.1 to 4.17.6 ( #1120 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.16.1 to 4.17.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.1...4.17.6 )
---
updated-dependencies:
- dependency-name: browserslist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 10:14:48 +00:00
dependabot[bot]
6add8ecf65
Bump glob-parent from 5.1.1 to 5.1.2 ( #1121 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 10:14:35 +00:00
dependabot[bot]
2df0226485
Bump @docusaurus/core from 2.0.0-beta.8 to 2.0.0-beta.9 ( #1119 )
...
* Bump @docusaurus/core from 2.0.0-beta.8 to 2.0.0-beta.9
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) from 2.0.0-beta.8 to 2.0.0-beta.9.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.9/packages/docusaurus )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump preset classic too
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>
2021-11-03 09:41:08 +00:00
Joakim Sørensen
ced73a8941
Add note about homeassistant scheme ( #1107 )
2021-10-31 22:27:38 +01:00
Marc Hörsken
fcfe383a92
Add missing config_entry to OptionsFlowHandler ( #1113 )
...
The config_entry needs to be passed to the OptionsFlow
Handler
in order to be then usable in its method async_step_init.
2021-10-29 19:28:11 +02:00
Erik Montnemery
9b7f099e0e
Document entity category system ( #1111 )
...
* Document system entity category
* Add example
* Update entity.md
2021-10-28 15:19:35 +02:00
Pascal Vizeli
a9407a2cb4
Add AppArmor version ( #1110 )
2021-10-27 14:58:55 +02:00
Erik Montnemery
f1bf2f67e8
Add blog post about configuration URL and entity categories ( #1108 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-10-26 08:37:06 -07:00
Joakim Sørensen
54d9d084a7
Add running device class to binary sensor ( #1106 )
2021-10-25 23:05:47 +02:00
Allen Porter
36029853a3
Merge pull request #1092 from allenporter/camera-stream
...
Improve `Camera` entity documentation
2021-10-22 22:28:15 -07:00
Allen Porter
49adcc3db5
Remove unnecessary and duplicate text
2021-10-22 10:09:06 -07:00
dependabot[bot]
3b9432fbca
Bump @docusaurus/core from 2.0.0-beta.7 to 2.0.0-beta.8 ( #1104 )
...
* Bump @docusaurus/core from 2.0.0-beta.7 to 2.0.0-beta.8
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) from 2.0.0-beta.7 to 2.0.0-beta.8.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.8/packages/docusaurus )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump preset classic too
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>
2021-10-22 13:36:08 +01:00
Allen Porter
c18b4717ad
Merge branch 'camera-stream' of github.com:allenporter/developers.home-assistant into camera-stream
2021-10-21 20:20:05 -07:00
Allen Porter
e0705c604d
Address pr review feedback
2021-10-21 20:08:18 -07:00
Erik Montnemery
543b470f4a
Remove references to total accumulated increases and decreases from blog post ( #1103 )
2021-10-21 08:45:18 -07:00
Franck Nijhof
c829cd5957
Add mode to number entity documentation ( #1102 )
...
* Add mode to number entity documentation
* Update docs/core/entity/number.md
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-21 12:47:22 +02:00
Erik Montnemery
2a0fb244e4
Document MWh unit for energy sensors ( #1100 )
2021-10-20 11:15:46 +02:00
Paulus Schoutsen
6dfd0052c8
Document mobile app enhancements ( #1096 )
2021-10-20 11:14:52 +02:00
Allen Porter
ff1849f983
Update docs/core/entity/camera.md
...
Co-authored-by: uvjustin <46082645+uvjustin@users.noreply.github.com>
2021-10-19 20:36:20 -07:00
Erik Montnemery
54afb4a91c
Document kPa unit for pressure sensors ( #1099 )
2021-10-19 17:54:20 +02:00
dependabot[bot]
52746a93cd
Bump @docusaurus/core from 2.0.0-beta.6 to 2.0.0-beta.7 ( #1094 )
...
* Bump @docusaurus/core from 2.0.0-beta.6 to 2.0.0-beta.7
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) from 2.0.0-beta.6 to 2.0.0-beta.7.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.7/packages/docusaurus )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump preset classic too
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>
2021-10-19 12:27:31 +01:00
Paulus Schoutsen
42b0196253
Optimize dev env instructions ( #1072 )
...
* Optimize dev env instructions
* Apply suggestions from code review
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
* Update extensions in others
* Typo
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
Co-authored-by: Tom Brien <tom@byth.co.uk>
2021-10-19 12:07:51 +01:00
Erik Montnemery
ebe4d3927e
Document device registry configuration_url ( #1097 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-19 11:49:20 +02:00
Zac West
f2a944bb33
Add note for webhook_id inclusion ( #1095 )
2021-10-18 20:06:32 -07:00
Allen Porter
cad34a6393
Apply suggestions from code review
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-18 19:01:22 -07:00
Stefan Agner
020a41fd18
Extend OS development docs ( #1075 )
...
* Add Operating System developer documentation
This moves some of the existing documentation from the operating-system
repository, updates it to reflect the current state and extens certain
parts.
* Reword and add deployment documentation
* Add new pages to Sidebar
* Reword and extend various aspects
* Small fixes here and there
* Clarify builds
2021-10-18 14:00:25 +02:00
Allen Porter
ed5389cbf3
Improve stream source documentation
2021-10-17 12:03:33 -07:00
Allen Porter
64ecbc2bc8
Fix image example to use width and height
2021-10-17 11:56:59 -07:00
Allen Porter
bb090688ea
Simplify documentaiton wording
2021-10-17 11:52:22 -07:00
Allen Porter
d91a531108
Update camera documentation for WebRTC
...
Add camera documentation for WebRTC support, and improve documentation for streams generally.
2021-10-17 11:44:50 -07:00
Franck Nijhof
be98cd9303
Add tamper device class for binary sensor ( #1084 )
2021-10-16 23:43:15 +02:00
Erik Montnemery
50b22f798d
Tweak sensor device class table ( #1091 )
...
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
2021-10-15 08:40:25 -07:00
Erik Montnemery
fc7ffff330
Document entity category ( #1088 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-10-15 13:01:08 +02:00
Tom Brien
2978fd3c30
Typo and clarification of humidity ( #1090 )
2021-10-15 11:22:44 +02:00
Erik Montnemery
8cb8c5f9fb
Tweak sensor gas device class documentation ( #1089 )
2021-10-15 09:18:25 +01:00
Tom Brien
f635aad186
Change documentation style guide to favour Oxford Comma ( #1086 )
2021-10-15 02:12:21 +02:00