33 Commits

Author SHA1 Message Date
François Martin
90448d8570
RESTful Sensor: add a note explaining either resource OR resource_template is required (#24667) 2022-11-18 09:58:33 +01:00
Franck Nijhof
c39f4886d3
2022.10: Sync with codebase 2022-10-05 18:25:01 +02:00
krazos
5eb472002e
Minor clean up edits to RESTful docs (#24316) 2022-10-03 11:49:30 +02:00
Franck Nijhof
5d72c2a03c
Sync codebase with docs for 2022.4.0b0 2022-03-30 21:50:39 +02:00
Danny Tsang
7bbfb0edb0
Added scan_interval to the configuration list. (#21351) 2022-01-27 11:11:34 +01:00
Chris Browet
813be23edf
Add REST sensor/binary_sensor/switch templated headers & params (#20058) 2021-11-02 18:47:40 +01:00
Franck Nijhof
5db399e49b
Sync codebase with docs for 2021.3 2021-03-03 15:23:30 +01:00
J. Nick Koston
5f57c6a3d6
Add support for multiple rest sensors with a single endpoint (#16632)
* Add support for multiple rest sensors with a single endpoint

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Update source/_integrations/sensor.rest.markdomain

* Update source/_integrations/sensor.rest.markdomain

* Update source/_integrations/sensor.rest.markdomain

* Update source/_integrations/sensor.rest.markdomain

* fix name conflict

* ok... I think I am losing it markdomain -> markdown

* Update source/_integrations/rest.markdown

* Update source/_integrations/rest.markdown

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-24 11:54:28 +01:00
Franck Nijhof
616103c28c
Update some service calls to use target (#16592) 2021-02-20 00:14:14 +01:00
Franck Nijhof
8f82a159f9
Add integration platforms to integration frontmatter (#16525) 2021-02-12 11:59:20 +01:00
Franck Nijhof
577817d0cf
Remove inline Liquid escaping for templates (#16478) 2021-02-10 08:34:28 +01:00
Franck Nijhof
09759662a1
Bunch of YAML styling improvements - part 3 (#16394) 2021-02-04 03:00:11 +01:00
Franck Nijhof
7910d17c08
Bunch of YAML styling improvements (#16372) 2021-02-01 10:42:12 +01:00
emufan
ea8b78395e
Update documentation according to merged pull request 44312 (#15963)
Update documentation according to merged pull request 44312
2020-12-20 20:59:27 +01:00
Franck Nijhof
2f0eb16c66
Merge branch 'current' into next 2020-12-09 21:33:48 +01:00
Klaas Schoute
d99252f613
👕 Markdown style changes (#15861) 2020-12-09 18:48:17 +01:00
Moritz Schmitz von Hülst
d86bed74db
Add rest query params documentation (#15352) 2020-11-11 21:30:45 +01:00
Troon
c4ee09ef46
Reworded section on pulling attributes from JSON (#13972)
Improved English; original probably written by someone using second language which is far more impressive than me slightly tweaking it in my first language!
2020-07-13 14:22:08 +02:00
Alok Saboo
7568a7ea95
Remove excessive warnings (#12444)
* Remove excessive warnings

* Address comments
2020-03-19 19:10:55 +01:00
Franck Nijhof
bdb8e5becd
Merge branch 'current' into next 2020-03-07 10:20:59 +01:00
Franck Nijhof
272086948a
Collection of domain & logo cleanups (#12299)
* Collection of domain & logo cleanups

* Fix build
2020-03-06 23:02:31 +01:00
Franck Nijhof
c81de1d658
Add ha_domain to integrations frontmatter (#12277) 2020-03-05 17:28:39 -08:00
J. Nick Koston
19e3854134
Rest sensors to support "text/xml" or "application/xml" per rf… (#12202) 2020-03-02 12:13:24 +01:00
Brian Orpin
166c1aa092
Option json_path_attributes incorrect (#12188)
Option `json_path_attributes` should be `json_attributes_path`.
2020-02-27 12:51:09 +01:00
J. Nick Koston
6f44024f95
xml and jsonpath support (#12084)
* xml and jsonpath support

https://github.com/home-assistant/home-assistant/pull/31809

* adjust for lint

* grammar

* Fix xml conversion output, add a more complex example

* Update rest.markdown

* Added note about json_attributes_path

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update rest.markdown

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/rest.markdown

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Update rest.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-26 12:32:33 +01:00
Franck Nijhof
6ead12efbc
Extends textlint Terminology list; part 5 (#12072)
* Extends textlint Terminology list; part 5

* Remove walkthrough from textlint

* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00
Franck Nijhof
2c2cd0305f
Sync title/names with codebase (I-S) 2020-01-07 14:50:24 +01:00
Franck Nijhof
b983082cb9
Frontmatter formatting (#11654) 2020-01-07 14:43:49 +01:00
gjbadros
76a3c9e5af Update for PR that allows list result for PR 28835 (#11210)
See https://github.com/home-assistant/home-assistant/pull/28835
2019-11-26 22:20:22 +01:00
Fredrik Erlandsson
384b8b294e Added documentation for resource_template for REST sensor (#10918)
* Added documentation for resource_template

* Fix jinja issues

* minor changes

* ✏️ Tweak


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2019-10-23 20:19:11 +02:00
Franck Nijhof
533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Franck Nijhof
57c6dec6c2
Rename components folders to integrations 2019-10-02 00:04:39 +02:00