21 Commits

Author SHA1 Message Date
Franck Nijhof
20c58b1128
Rename Services to Service actions in more places (#2250) 2024-07-16 12:30:23 +02:00
J. Nick Koston
9e8315d406
The DataUpdateCoordinator can now reduce unnecessary updates when API data can be compared (#1863) 2024-06-21 12:57:16 +02:00
c0ffeeca7
dff111c236
docs-e-t: apply sentence-style capitalization to headings (#2193)
- to comply with MS Style Guide on [capitalization](https://learn.microsoft.com/en-us/style-guide/capitalization)
2024-05-23 09:29:56 +02:00
Teemu R
4915c8e3e6
Use named kwarg for add_entities' update_before_add parameter (#1695) 2023-03-06 21:49:17 +01:00
Teemu R
59ab7df279
Add note about minimum allowed update interval (#1679) 2023-02-14 13:48:13 -05:00
Joakim Plate
9c52c1f5fd
Adjust development documentation with context (#1355)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-03 16:18:25 +01:00
Vova-SH
1857d823e6
Fix sample update data coordinator (#1369)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-16 14:42:56 +02:00
Paulus Schoutsen
e4b9b874a8
Update some docs for data update coordinator (#1221) 2022-02-22 08:57:57 -08:00
J. Nick Koston
6bf8e60b20
Fix wording error in DataUpdateCoordinator code comments (#881) 2021-04-10 20:37:30 +02:00
J. Nick Koston
ac688ee498
Add example usage of ConfigEntryAuthFailed to the coordinator (#880) 2021-04-10 12:52:03 +02:00
J. Nick Koston
b1a3b5dc17
Update example with async_config_entry_first_refresh (#870) 2021-03-29 12:51:52 -10:00
Santobert
c67f2bdef7
Fix some typos (#679) 2020-10-11 18:10:50 +01:00
Allen Porter
fd004fb56b
Fix syntax error in DataUpdateCoordinator example (#657)
Update MyEntity example to invoke super().  Found this as I was implementing an entity following this example.
2020-10-01 09:18:42 +02:00
J. Nick Koston
c02af4a5ff
Update DataUpdateCoordinator example to use CoordinatorEntity (#627) 2020-08-30 17:01:11 +02:00
Franck Nijhof
08884e2cca
Collection of fixes and improvements (#516) 2020-05-11 08:12:01 -07:00
Robert Chmielowiec
bd39ded944
fix typo in integration_fetching_data.md (#494) 2020-05-04 00:11:36 +02:00
Tom Brien
d6e06a716d
Replace quotes with tip boxes (#458)
* Replace quotes with tip boxes

The use of quotes was making important content less clear than the body. Docusaurus now has native tip boxes use remark-admonitions so use these instead.

* Replace json5 codeblock language with json

json5 doesn't have native syntax colouring. Rather than handle with custom css just flip block to have `json` set as language to create same result. All blocks were standard JSON anyway
2020-04-04 14:32:57 -07:00
Paulus Schoutsen
3699477967
Document using async_on_remove with DataUpdateCoordinator (#456) 2020-04-03 20:06:20 +02:00
Paulus Schoutsen
cd8b47e7e2
Mention update coordinator handles timeout/client error. (#423) 2020-03-04 08:06:23 -08:00
Franck Nijhof
1649c2d4d7
Fix Fetching Data example (#403) 2020-02-07 14:48:14 -08:00
Paulus Schoutsen
a78c6196be
Add fetching data intro (#402)
* Add fetching data intro

* Apply suggestions from code review

Co-Authored-By: Martin Hjelmare <marhje52@kth.se>

* Address some comments

* Apply suggestions from code review

Co-Authored-By: Teemu R. <tpr@iki.fi>

* Update API

* Simplify entity with update coordinator.

* Clarify update state methods.

* Update docs/integration_fetching_data.md

Co-Authored-By: Teemu R. <tpr@iki.fi>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Teemu R. <tpr@iki.fi>
2020-02-05 11:06:56 -08:00