641 Commits

Author SHA1 Message Date
Markus Bong
21ee6f9492
Fix Typo in Setup Local Repository (#664) 2020-10-02 10:48:07 +02:00
Jeff Rescignano
ad0c19cd4c
Update translation workflow documents on translations page (#662)
Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
2020-10-02 10:47:25 +02:00
Jeff Rescignano
352dee7b84
Update translation arguments URL on translations page (#660) 2020-10-02 10:45:46 +02: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
Martin Hjelmare
fef5353496
Add how to write tests for integrations (#654) 2020-09-30 16:43:33 +02:00
Dave T
73751c9ebb
Correct typos in config flow developer docs (#653) 2020-09-27 13:03:52 +02:00
David De Sloovere
a415970586
Fix typo in add-on publishing (#652) 2020-09-26 19:16:16 +02:00
Marius
a8d476c2ca
Update startup in the example according to docs (#649)
`before` value in startup of example is not according to published documentation: https://developers.home-assistant.io/docs/add-ons/configuration.
2020-09-20 10:53:00 +02:00
Marius
ff7a14d509
Corrected Hass.io to Home Assistant (#648) 2020-09-19 12:47:58 +02:00
Pascal Vizeli
cccbcede85
add watchdog 2020-09-16 11:21:56 +02:00
Ville Skyttä
06f588d0f0
Update info on available SSDP data (#647) 2020-09-15 09:14:34 +02:00
Paulus Schoutsen
92611d0f07
Update zeroconf manifest with new specifiers (#643)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-11 13:46:54 +02:00
Franck Nijhof
e91f287837
Document 'any' variable type for configuration documentation (#641) 2020-09-10 20:46:20 +02:00
Franck Nijhof
2e1d217eed
Add current request context to get_url helper documentation (#638)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-09-10 01:06:32 +02:00
Franck Nijhof
d7f8340377
Add add-on media folder map option (#637) 2020-09-09 21:36:16 +01:00
Joakim Plate
1920ed9795
Add documentation of receiver device class (#634) 2020-09-03 09:11:24 +02:00
Chris Talkington
9e76aefbf0
Improve remote documentation (#633)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-09-02 09:17:30 +02:00
Paulus Schoutsen
c5c8ea1826
Remove incomplete banner 2020-09-02 09:05:02 +02:00
Martin Hjelmare
fae7ca08f0
Complete weather attributes (#632)
* Complete weather attributes

* Rword azimuth
2020-09-01 15:39:58 +01:00
Paulus Schoutsen
9846041f25
Add custom panel example (#631)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2020-09-01 13:58:24 +02:00
J. Nick Koston
c02af4a5ff
Update DataUpdateCoordinator example to use CoordinatorEntity (#627) 2020-08-30 17:01:11 +02:00
Andrew Marks
ff3af64cd6
Improve water heater (#625)
* Update Water Heater Entity documentation to match WaterHeaterEntity

* Remove IDE file

* Add target_temperature_high/low

* Fix typo

* Fix another typo

* Use temperature unit constants

* Fix default for NotImplementedError properties

* Update docs/core/entity/water-heater.md

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

* Update docs/core/entity/water-heater.md

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

* Update docs/core/entity/water-heater.md

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

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-08-27 21:02:23 +02:00
On Freund
063e3ffd48
Change "it's" to "its" (#624) 2020-08-23 14:27:14 +01:00
Malachi Soord
8a863cf173
Remove redundant volume flag (#623) 2020-08-22 22:04:27 +02:00
Paulus Schoutsen
bf2fa6b6c7
Propose to add tag/write to frontend external bus (#621)
* Update external-bus.md

* Make `tag/write` expect answer
2020-08-20 13:57:31 +02:00
Pascal Vizeli
26ffb34d5b
add usb options 2020-08-18 15:35:04 +02:00
Jordan Speicher
f6323a44a8
Grammar and clarity add-on fixes (#622)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-08-17 18:51:19 +02:00
Thibaut
ab8e8b62fc
Remove hidden property documentation (#620)
hidden property has been totally removed.
See https://github.com/home-assistant/core/pull/37041
2020-08-13 10:33:37 +02:00
MeIchthys
90a43ebcca
Change 'component' to 'integration' (#618) 2020-08-03 23:34:12 +02:00
jwin32
2f94a3a155
Update development_submitting.md (#610)
Spelling fix. Trying to get started developing a new integration. Small contribution for now, but hopefully a much larger one in the future.
2020-07-25 19:08:17 +01:00
Bram Kragten
356d4e16b5
Remove recommended design elements (#609)
As it is really hard to get working in a custom card.
2020-07-21 11:16:48 +02:00
Paul Sinclair
083348f509
✏Typo (#608) 2020-07-20 14:59:07 -07:00
Paulus Schoutsen
74ac296a4b
Add tests to black command 2020-07-20 07:19:42 -07:00
Tom Schneider
f91285a9a0
Add language specific guidelines (#406)
* Add language specific guidelines

Adds language specific guidelines to the developer documentation and set up some guidelines like the formal/informal addressing in German.

As discussed in https://github.com/home-assistant/architecture/issues/346.

* Update docs/internationalization_translation.md

Co-Authored-By: Tom Brien <TomBrien@users.noreply.github.com>

* improve the flow of a sentence

Co-authored-by: Tom Brien <TomBrien@users.noreply.github.com>
2020-07-18 09:58:18 +02:00
Paulus Schoutsen
54b3a80a9a
Update config_entries_index.md 2020-07-17 09:30:30 -07:00
Pascal Vizeli
a449fc853a
Update configuration.md 2020-07-17 13:37:50 +02:00
Daniel Shokouhi
2eb402ae8a
Switch example to create_task (#604)
Per https://github.com/home-assistant/core/pull/37741#discussion_r455668639
2020-07-16 21:22:00 +02:00
Dave T
462f7732b5
Fix minor typo (#603) 2020-07-16 08:28:00 +02:00
Fredrik Wendt
7bc13988c4
trivial fix (#602) 2020-07-14 10:49:12 +02:00
Andrew Fahrenholtz
196931d758
Remove redundant phrasing (#601) 2020-07-13 16:08:10 +02:00
Mike Knudson
a1de61f442
Update development_index.md (#599) 2020-07-09 11:06:16 -07:00
Kendell R
a7ef95b3a4
Fix error in code (#597) 2020-07-03 09:15:54 -07:00
Fabian Affolter
4b62904ffb
Replace Hass.io (#591) 2020-07-03 15:42:27 +02:00
Fabian Affolter
0360bd3780
Fix typos (#592) 2020-07-03 15:42:00 +02:00
Fabian Affolter
def821d29c
Update table content (#593) 2020-07-03 15:41:43 +02:00
Fabian Affolter
00f3ae07f1
Remove Hass.io (#594) 2020-07-03 15:41:25 +02:00
Fabian Affolter
4abf3626dc
Replace Hass.io (#595) 2020-07-03 15:41:01 +02:00
Fabian Affolter
4daee99271
Replace Hass.io (#596) 2020-07-03 15:40:35 +02:00
Paulus Schoutsen
0f65f56f70
Update config_entries_options_flow_handler.md 2020-07-01 11:32:21 -07:00
Paulus Schoutsen
f6c0952b01
Remove legacy API from websocket API docs (#589) 2020-06-30 09:14:40 +02:00