10 Commits

Author SHA1 Message Date
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