Commit Graph

2559 Commits

Author SHA1 Message Date
Jesse Hills 6199357205
Add email link and Nabu Casa line (#1908)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-02-15 13:41:28 +13:00
Jesse Hills 796d247ee3
Change add-on repo to official links (#1900) 2022-02-14 16:17:11 +13:00
Jesse Hills 75107305c9
Some docs tidy up (#1895) 2022-02-11 11:10:43 +13:00
Joeri Colman dad1275c8a
Switch modbus controller register_type (#1883)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-02-11 11:09:03 +13:00
patrickcollins12 171393e125
Update diy.rst (#1881) 2022-02-10 10:12:37 +13:00
Joeri Colman ad9b96f2ef
fixed on_boot wrongly positioned in modbus controller example (#1882) 2022-02-10 10:11:12 +13:00
Patrick Toal 38f5bdbcc2
Update Home Assistant getting started guide (#1889) 2022-02-10 10:09:43 +13:00
Benno Pütz 3d53c69ab7
Added missing verb (#1894) 2022-02-10 10:01:28 +13:00
Jesse Hills b3221eba23
Merge pull request #1891 from esphome/bump-2022.1.4
2022.1.4
2022-02-09 12:43:14 +13:00
Jesse Hills 02493ddf78
Update supporters for 2022.1.4 2022-02-09 11:55:28 +13:00
Jesse Hills 50be2e7026
Update changelog for 2022.1.4 2022-02-09 11:54:57 +13:00
Jesse Hills 4087b4494d
Bump version to 2022.1.4 2022-02-09 11:54:42 +13:00
Jesse Hills f9c083ac8d
Update home assistant addon repo (#1890) 2022-02-08 20:27:00 +01:00
Jesse Hills b99ae46026
Revert "Update ble_client.rst (#1869)" (#1884)
This reverts commit 43d5bf96f4.
2022-02-08 21:31:20 +13:00
Ashton Kemerling 43d5bf96f4
Update ble_client.rst (#1869) 2022-02-08 21:30:36 +13:00
Jesse Hills 24d943897c
Merge pull request #1874 from esphome/bump-2022.1.3
2022.1.3
2022-02-03 07:22:01 +13:00
Jesse Hills b1c431dc94
Update supporters for 2022.1.3 2022-02-02 22:18:27 +13:00
Jesse Hills 4c2daa1d43
Update changelog for 2022.1.3 2022-02-02 22:17:48 +13:00
Jesse Hills 75a91cad0b
Bump version to 2022.1.3 2022-02-02 22:16:25 +13:00
Otto Winter 7ad73e0daf
Optimize images displayed on homepage (#1860) 2022-01-31 08:05:20 +01:00
Samuel Sieb 425e0bc38d
Fix misleading status led note (#1858) 2022-01-27 12:41:36 +13:00
Martin 462ddf690e
remove incomple mqtt component (#1848) 2022-01-27 09:16:38 +13:00
Trick van Staveren f82c5b8ff1
Update link to PlatformIO boards list (#1852) 2022-01-27 09:14:53 +13:00
H. Árkosi Róbert 7e29fa2891
Clarification for MCP23017 (#1854) 2022-01-27 09:14:17 +13:00
Flaviu Tamas 0469882912
Add live reloading (#1786)
Replace the existing webserver target with a live-reloading target.

Adds a dependency on https://github.com/executablebooks/sphinx-autobuild
2022-01-25 08:49:20 -05:00
Flaviu Tamas 497258cae7
Add Github UI instructions for docs (#1838) 2022-01-25 10:25:09 +01:00
Jesse Hills 218a68ceb1
Merge pull request #1847 from esphome/bump-2022.1.2
2022.1.2
2022-01-25 09:36:48 +13:00
Jesse Hills 59d3c3d5b7 Update supporters for 2022.1.2 2022-01-25 09:19:42 +13:00
Jesse Hills 699a530e79 Update changelog for 2022.1.2 2022-01-25 09:19:17 +13:00
Jesse Hills e9de74b007 Bump version to 2022.1.2 2022-01-25 09:11:21 +13:00
Sergey Dudanov f7668ba215
Use Buttons instead of switches in midea example (#1845) 2022-01-24 18:16:30 +01:00
Flaviu Tamas 75c6a90c76
Revert "Process files with netlify (#1841)" (#1842)
This reverts commit 3d78aecc47.

Turns out that there's a time limit on builds, and sphinx output has a
whole lot of JS that gets bundled and minified.

We end up running up against the time limit and the whole build fails.
Therefore, revert it.
2022-01-24 00:38:44 +00:00
Flaviu Tamas 3d78aecc47
Process files with netlify (#1841)
I'm not sure if this will actually work, but if it does, it'll reduce
the size of a bunch of the image files automatically & not require us to
worry about that anymore.

It'll also combine all our JS & CSS files into a single bundled request.
2022-01-23 19:23:03 -05:00
Flaviu Tamas 23d374f480
Add virtualenvs to sphinx ignore (#1840)
We don't want to try and include these directories in our output
2022-01-23 19:01:22 +00:00
Oxan van Leeuwen ebf628ca74
Add note that buttons are unidirectional (#1831) 2022-01-22 19:32:37 +13:00
Flaviu Tamas 7bfa9be862
Improve documentation around installing ESPHome and connecting devices to computers (#1787)
* Begin for-dummies programming guide

* Delete getting-started-cli content

* Seperate connection guide

* Refactor instructions

Have the Getting started guides link to the correct subguides when they
need to explain how to do a common thing.

* Apply suggestions from code review

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>

* Add physical connection note to hassio guide

* Improve page titles

* Mention lack of tested Mac instructions

* Fix typos

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2022-01-21 14:01:10 +00:00
Flaviu Tamas 05edc9dee6
Remove recommendation from calibrate_linear (#1830)
Requested here: https://github.com/esphome/esphome-docs/pull/1701#discussion_r789486034
2022-01-21 13:57:43 +00:00
Craig Fletcher 7047f9c0d6
Update mqtt to reflect changes in 2022.1 (#1826)
* Update mqtt to reflect changes in 2022.1

`root` is no longer passed by reference; update the documentation to reflect this.

* Fix long-broken subscribe_json call

Co-authored-by: Flaviu Tamas <tamasflaviu@gmail.com>
2022-01-21 13:52:35 +00:00
spacemanspiff2007 e869ce49cd
Specified how the sensor values get populated (#1809)
* Specified how the sensor values get populated

* Update template.rst

* Update template.rst

Reword things a little

Co-authored-by: Flaviu Tamas <me@flaviutamas.com>
2022-01-21 03:25:29 +00:00
swifty99 b7b082cba1
Clarification of the behavior of calibraty_linear filter (#1701) 2022-01-20 22:14:09 -05:00
edgimar b447d77ce7
add sample config for Tuya Smart Life RGBW controller (#898) 2022-01-21 03:13:00 +00:00
Eduardo Pérez 5dfbda8380
Fix temperature-related variable names (#1820) 2022-01-20 21:49:09 -05:00
JeeCee1 09bedc0f14
Update esp32_ble_tracker.rst (#1824)
Added ``Defaults to 30ms`` to ``window`` parameter.
2022-01-20 21:43:55 -05:00
JeeCee1 b8a9a6f5f4
Update xiaomi_ble.rst (#1825)
Added ´´´The easiest method to retrieve the bindkey from the cloud is to use the Cloud Tokens Extractor, written by one of Home Assistant users. If you prefer to not use the executable, read here.´´ and a link under "See Also"
2022-01-20 21:43:01 -05:00
stonie08 8164318c92
Update qmc5883l.rst (#1828)
fixed minor typo in the documentation
2022-01-20 21:34:45 -05:00
Jesse Hills e34ba81185
Update dashboard screenshots (#1791)
Co-authored-by: Flaviu Tamas <me@flaviutamas.com>
2022-01-21 11:16:50 +13:00
Brandon bd19be8b56
fix typo in it.invert_on_off() (#1821) 2022-01-20 09:09:42 +01:00
Jesse Hills 886adf7092
Merge pull request #1819 from esphome/bump-2022.1.1
2022.1.1
2022-01-20 09:19:00 +13:00
Jesse Hills 32306aaccf
Fix 2022-01-20 08:44:51 +13:00
Jesse Hills c11a757edf
Update supporters for 2022.1.1 2022-01-20 08:35:35 +13:00