1577 Commits

Author SHA1 Message Date
Joakim Plate
e11058f0ad
Add volume flow rate device class (#2034) 2024-01-30 15:04:25 +01:00
Markus Adrario
1fbb306369
Correct typos in lightentity docs (#2060)
] iso }
and add "s" to supported_color_modes in some locations
2024-01-26 14:16:41 +01:00
Martin Hjelmare
5b19effa32
Make device tracker latitude and longitude optional (#2059) 2024-01-25 13:25:32 +01:00
Chuck LeDuc Díaz
524b7fa24f
Update development_environment.mdx to fix broken dependency #1353 (#2058)
Updating libavresample-dev to libswresample-dev as per

https://github.com/home-assistant/developers.home-assistant/issues/1353
2024-01-25 10:45:46 +01:00
c0mputerguru
3626c91374
Add note about CI not running on first PR (#2052)
* Add note about CI not running on first PR

* Remove unnecessary whitespace

* CI not running on 1st PR moved to info block

Co-authored-by: Jan-Philipp Benecke <github@bnck.me>

---------

Co-authored-by: Jan-Philipp Benecke <github@bnck.me>
2024-01-23 23:13:47 +01:00
Franck Nijhof
c1a8a111bb
Add missing service icon documentation (#2048)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-20 14:05:38 +01:00
Franck Nijhof
af26c20de5
Add icon translations documentation (#2047)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-01-19 16:57:06 +01:00
Michael
735b7c04b3
Add placeholder for entity name translations (#1989) 2024-01-19 15:28:18 +01:00
Jan-Philipp Benecke
29cbd4f551
Change add_devices to add_entities (#2041) 2024-01-18 15:36:29 +01:00
Julien Ehrhart
00663b7355
Fix a typo in the example that does not match regex (#2044) 2024-01-16 20:57:47 +01:00
Tudor Sandu
5c40537bb2
Local lists in HASSIL (#2030)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-01-15 09:43:03 +01:00
Jan Bouwhuis
f9d5df0573
Add instructions to fix debugging tests with vscode (#2036)
* Add instructions to fix debugging tests with vscode

* Add note to restart the Dev Container
2024-01-13 17:01:54 +01:00
Erik Montnemery
5311ee458d
Update data_entry_flow_index.md (#2040) 2024-01-13 02:41:46 +01:00
Thibault Molleman
42c8f92d4f
Update documenting.md to fix a correction about fork creation (#2039) 2024-01-12 09:35:40 +01:00
Erik Montnemery
472e148b95
Update documentation for FlowHandler.async_show_progress (#2037)
* Update documentation for FlowHandler.async_show_progress

* Fix typo

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-11 16:48:51 +01:00
J. Nick Koston
3a3f894a93
Remove restriction on bluetooth local name matcher length (#2031) 2024-01-08 09:15:02 +01:00
Cyrill Raccaud
1ca5c13195
Fix todo list delete item typo (#2032)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-01-07 17:38:38 +01:00
Jorim Tielemans
24b7787ac1
Update communication.md to link to new repo structure (#2013) 2023-12-27 13:20:50 +01:00
Allen Porter
11e231b954
Change update semantics of To-do items (#2022) 2023-12-27 13:15:04 +01:00
J. Nick Koston
7dbd066c18
Remove Bluetooth best practices that are now automatically handled (#2024) 2023-12-27 08:48:48 +01:00
J. Nick Koston
ba9ac0c47e
Update Bluetooth docs for async_register_scanner changes (#2021) 2023-12-23 11:13:48 +01:00
Erik Montnemery
7b109160ce
Add warning about changing device_class etc for entities (#2019) 2023-12-21 08:13:07 +01:00
Erik Montnemery
b6feca5fdb
Document config entry minor version (#2017)
* Document config entry minor version

* Update docs/config_entries_config_flow_handler.md

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-12-19 00:20:02 +01:00
Erik Montnemery
43dddb8532
Document undocumented entity properties (#2010)
* Document undocumented entity properties

* Apply suggestions from code review

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

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-12-18 17:41:59 +01:00
Erik Montnemery
9c45d0956e
Document media player volume_step property (#2012) 2023-12-13 17:48:31 +01:00
Erik Montnemery
15c0c4219c
Align documented media_player properties with implementation (#2011) 2023-12-13 17:45:47 +01:00
Erik Montnemery
944533363a
Improve formatting of entity property documentation (#2009) 2023-12-13 15:14:47 +01:00
Erik Montnemery
39be9041e9
Document how entity properties are consumed (#2008)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-12-13 14:33:30 +01:00
Jan Bouwhuis
c45ef246b2
Revert "Document target_temperature_step for climate (#2001)" (#2003)
This reverts commit f56f4855d53b1aae6f7fa298b860235774589f19.
2023-12-08 08:54:41 +01:00
Markus Adrario
90dfcc6e68
Update light.md (#2002) 2023-12-07 12:20:06 +01:00
Jan Bouwhuis
f56f4855d5
Document target_temperature_step for climate (#2001) 2023-12-07 09:36:06 +01:00
Paul Schulz
b47eeb8fb0
Clarify entity naming in entity registry (#1997)
(Very) Minor change to clarify the meaning.
2023-12-06 16:15:08 +01:00
Michael Hansen
284944da05
Update supported intents (#2000) 2023-12-05 09:32:20 +01:00
Jan Bouwhuis
7402019834
Add scaling utils brightness and add blogpost (#1998)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-12-05 09:26:01 +01:00
Martin Hjelmare
44c7661712
Remove rest api service timeout (#1996) 2023-11-29 14:46:39 +01:00
Allen Porter
c15218afd8
Add To-do list item due and description field developer documentation (#1981)
* Add To-do list item due and description fields

* Don't allow floating datetimes

* Add missing words

* Tiny tweak

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-11-28 13:02:50 +01:00
Florian Bachmann
28ae5e6f77
Adds info on stable and beta addon versions (#1978)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-11-25 14:23:06 +01:00
Jan Bouwhuis
f8dafa2c3c
Update blog and docs on exception handling (#1988) 2023-11-25 14:02:54 +01:00
Jan Bouwhuis
2456fcc659
Improve example raising ServiceValidationError (#1991) 2023-11-25 08:26:59 +01:00
karwosts
6343922de2
Update custom-card.md - add documentationURL (#1990) 2023-11-24 21:28:42 +01:00
Raz Luvaton
cce5150510
Update websocket-api.md (#1983) 2023-11-21 14:52:58 +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
Martin Hjelmare
32fbbb42bd
Use kw_only in entity description example (#1979) 2023-11-16 13:05:25 +01:00
Boris K
130b81efd8
Update port in "Local add-on testing" (#1900) 2023-11-10 23:59:28 +02:00
Raman Gupta
ce381b54bc
Update docs for call_service WS API (#1881)
* Update docs for call_service WS API

* Update websocket.md
2023-11-10 21:45:12 +01:00
Ferry Cools
efec569cf4
Update custom-strategy.md (#1972) 2023-11-10 09:14:45 +01:00
avee87
c05ad84b0d
Add mmHg as a valid pressure unit (#1384)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-08 13:54:56 +01:00
Ville Hartikainen
80eb77e2ec
fix: add make to macos brew install (#1969) 2023-11-08 01:09:23 +01:00
Martin Hjelmare
8bd2492245
Add remote entity representation description (#1965) 2023-11-02 04:26:23 +01:00
Erik Montnemery
06cbb9a23b
Clarify image entity documentation (#1964)
* Clarify image entity documentation

* Fix typo

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-11-01 09:52:16 +01:00