Commit Graph

19 Commits

Author SHA1 Message Date
Otto Winter
6053f490b5
Update svg2png and seo.py (#1380)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Oxan van Leeuwen
8495cc5936
Fix a bunch of typos (#1324) 2021-07-22 23:38:38 +02:00
Guillermo Ruffino
896afdcfa1
Fix format next (#1023)
* Missing colon

* update sun

* format fix and adaptation

* fix format

* fix format 2

* fix format 3

* fix format

* fix format

* fix format

* format fix

* revert title as heads

* rename image case-sensitive

* rename again
2021-02-20 18:02:46 -03:00
Florian Mösch
ec56d2db77
update time (sync) documentation (#924)
* update time documentation

* Heading

* Update components/time.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>

* rename read/write to read/time/write_time

* clarify SNTP limitation

* typo

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-01-18 09:35:20 -03:00
Florian Mösch
f848da87b9
DS1307 real time clock component (#910)
* add DS1307 documentation

* add sync to/from rtc actions

* changed action names

* reformat action documentation

* cleanup lint

* link actions
2021-01-08 19:42:58 -03:00
Ash McKenzie
a8bbf75b6d
Add time.has_time documentation (#782) 2020-10-05 21:55:53 -03:00
Martin
27786e13d2
Add a note about setting dns in manual ip mode (#735) 2020-08-19 09:52:27 -03:00
Michael Nieß
01da5ff334
Fix copy/paste error (#574) 2020-05-23 20:50:45 -03:00
Matthew Edwards
9b6170ac60
Fix typos (#561) 2020-05-10 16:27:59 -03:00
David Beitey
c8baae2bc6 Use .timestamp instead of .time in time docs (#435)
`.time` is deprecated since https://github.com/esphome/esphome/pull/531; this updates the reference in the documentation so that warnings like the following can be avoided:

```
src/main.cpp: In lambda function:
src/main.cpp:462:20: warning: 'esphome::time::ESPTime::<anonymous union>::time' is deprecated (declared at src/esphome/components/time/real_time_clock.h:35): .time is deprecated, use .timestamp instead [-Wdeprecated-declarations]
       return (time.time);
 ```
2019-12-07 17:16:06 +01:00
mbo18
bba6e904e1 Update time.rst to add GPS as source (#375)
* Update time.rst to add GPS as source

Just saw that GPS was missing in the time documentation as a time source (the GPS component documentation redirect to the time page for configuration details)

* travis
2019-10-22 22:02:12 +02:00
Otto Winter
87147619c0
Docs update 2019-05-12 22:44:59 +02:00
Otto Winter
9d6c814991
Remove disqus
They started injecting ads :(
2019-03-24 14:54:58 +01:00
Otto Winter
f4c1d31a1d
Revert "Remove disqus"
This reverts commit 19a22e8b39.
2019-03-06 11:02:03 +01:00
Otto Winter
19a22e8b39
Remove disqus 2019-03-05 20:42:43 +01:00
Otto Winter
7478734228
Add more lints 2019-02-27 18:32:47 +01:00
Otto Winter
59e03981a4
Update next docs 2019-02-16 23:25:23 +01:00
Otto Winter
2ae45de9b8
Use custom shields
The previous shields were loading too slow and didn't fit the documentation style
2019-02-14 16:19:07 +01:00
Otto Winter
8d9b0d2375
Netlify (#153)
* Netlify

* Fix

* Faster doxygen

* Update Makefile

* Try without api

* Debug

* Fix

* Update Makefile

* Debug

* Try 1.8.13

* Remove debug

* Update Makefile

* Optimize
2019-02-07 13:54:45 +01:00