Commit Graph

2535 Commits

Author SHA1 Message Date
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
Jesse Hills b64fcc075c
Update changelog for 2022.1.1 2022-01-20 08:35:12 +13:00
Jesse Hills 9ce940f266
Bump version to 2022.1.1 2022-01-20 08:34:19 +13:00
Jesse Hills fc051dbe3b
Fix gpio page mentioning PWM (#1818) 2022-01-20 08:32:58 +13:00
Jan Hubík d0ffefbb94
Update menu path for compiled firmware download (#1816) 2022-01-20 07:38:47 +13:00
Maurice Makaay eda1a3ef6f
Merge pull request #1817 from esphome/not-afraid-to-edit-on-github
Removed copy/paste error from ina260 doc
2022-01-19 13:12:17 +01:00
Maurice Makaay 499cfd9966
Removed copy/paste error from ina260 doc 2022-01-19 11:39:56 +01:00
sbur83 53a2aae5ca
Update tuya.rst (#1812) 2022-01-19 22:39:02 +13:00
Jesse Hills 179e5fc501
Fix pronoun (#1815)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-01-19 20:46:04 +13:00
Jesse Hills 061310a7cc
Merge pull request #1814 from esphome/bump-2022.1.0
2022.1.0
2022-01-19 19:44:20 +13:00
Jesse Hills 917f231322
Update supporters for 2022.1.0 2022-01-19 16:10:09 +13:00
Jesse Hills 257bf7bbd8
Bump version to 2022.1.0 2022-01-19 16:08:27 +13:00
Jesse Hills 830c55564f
A few updates on canbus page (#1813) 2022-01-19 09:56:38 +13:00
Jesse Hills f490d3abde
Merge pull request #1811 from esphome/bump-2022.1.0b4
2022.1.0b4
2022-01-19 07:41:02 +13:00
Jesse Hills 30ca12fb08
Merge branch 'current' into beta 2022-01-19 07:33:53 +13:00
Jesse Hills 814111be3e
Merge branch 'beta' into bump-2022.1.0b4 2022-01-19 07:21:32 +13:00
Paulus Schoutsen 66b267b1e0
Add section about ESPHome Web 2022-01-17 21:12:18 -08:00
Jesse Hills da68c5e269 Update supporters for 2022.1.0b4 2022-01-18 16:01:21 +13:00
Jesse Hills 79cb5f85b7 Update changelog for 2022.1.0b4 2022-01-18 15:57:05 +13:00
Jesse Hills e1f669eeff Bump version to 2022.1.0b4 2022-01-18 15:49:32 +13:00
Jesse Hills 1b7922af20 Merge branch 'current' into beta 2022-01-18 15:48:31 +13:00
Jesse Hills a6736cebcb
Add discord and forums to keeping up (#1808) 2022-01-16 20:18:44 -08:00
Jesse Hills fec8168bbc
Merge pull request #1807 from esphome/bump-2022.1.0b3
2022.1.0b3
2022-01-17 13:14:03 +13:00
Jesse Hills 46dc53a975
Update supporters for 2022.1.0b3 2022-01-17 12:42:04 +13:00
Jesse Hills 56e92a5894
Update changelog for 2022.1.0b3 2022-01-17 12:41:42 +13:00