204 Commits

Author SHA1 Message Date
akasma74
c369cb84a4
Moving Lovelace Dashboards to Views page (#12707)
* add dashboards

Based on this issue - https://github.com/home-assistant/home-assistant.io/issues/12462

As dashboards are not limited to YAML mode, it makes the information on them hard to find when it's a part of Lovelace YAML mode page.
I propose to add informatin about dashboards' configuration to the page about Views and rename it accordingly.

* move dashboards to views

* add link to dashboards

* dashes instead of underscores

* change link to Dashboards & Views

* add /lovelace/views
2020-04-06 15:11:51 +02:00
Franck Nijhof
156a92d780
Update brands URL location (#12537) 2020-03-29 13:18:56 +02:00
Fabian Affolter
877cf6922f
Sidebar (#12387) 2020-03-16 10:52:21 +01:00
Franck Nijhof
17ae18cff0
Link to source/alerts based on ha_domain (#12301) 2020-03-06 23:03:44 +01:00
Franck Nijhof
2a523a4d20
Add support for images from Brands (#12276) 2020-03-06 15:05:39 +01:00
Franck Nijhof
3c9cb849ab
Remove obsolete mobile page (#12257)
* Remove obsolete mobile page

* Cleanup asset
2020-03-04 10:17:22 +01:00
Nicole Zeckner
361cec272f
Tap action page (#12229)
* Add tap-action document

* Add commas

* Apply suggestions from code review

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

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-02 16:54:52 +01:00
Franck Nijhof
8b5d31a312
Remove notebook from docs, redirect to data portal (#12146) 2020-02-20 22:53:43 +01:00
Franck Nijhof
e77bfc4293
Cleanup Hass configurator docs (#12144) 2020-02-20 22:53:18 +01:00
Franck Nijhof
fb08878719
Re-branding; part 1 (#12076)
* Re-branding; part 1

* Update source/_docs/configuration/troubleshooting.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Update source/_docs/configuration/yaml.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

* Remove Porosity page

* Update source/_docs/z-wave/installation.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-13 19:39:47 +01:00
Franck Nijhof
86946d68e8
Merge branch 'current' into next 2020-01-21 18:09:48 +01:00
Paulus Schoutsen
c3f5f3f855
Add headers & footers docs (#11824)
* Add headers & footers docs

* Add screenshots

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-20 20:47:00 -08:00
Franck Nijhof
2f3943044d Remove old and obsolete SceneGen (#11822) 2020-01-20 08:13:41 -08:00
Franck Nijhof
1865b41d99
Remove states UI options in group integration (#11765) 2020-01-16 18:43:00 +01:00
Franck Nijhof
23b0b57c08
Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase (#11672)
* Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase

* Update all integrations quality scales (done by sync)
2020-01-08 13:10:43 +01:00
Ville Skyttä
301edb9bd2 Home Assistant etc spelling consistency fixes (#11637)
* Be consistent with Home Assistant spelling

* Refer to the Configurator without "HASS"

That's what's it calls itself and how it is in the add-on store.

* Be consistent with Hass.io spelling

* Tell vscode to spell HassOS like that
2020-01-05 12:44:21 +01:00
Bram Kragten
18f940b7bb Add docs for scene editor (#11222)
* Add docs for scene editor

* Comments
2019-11-20 15:44:51 -08:00
Franck Nijhof
09aea251aa
Merge branch 'current' into next 2019-10-30 23:19:41 +01:00
Villhellm
3ce8d8efec flip the logic on how component source links are generated (#10987) 2019-10-26 14:02:16 +02:00
Fredrik Lindqvist
2937ca5308 Removal of Hassbian from documentation (#10934)
* R.I.P Hassbian

* Restore device tracker to glosssay

* Remove space
2019-10-26 09:53:03 +02:00
Franck Nijhof
4da8ae2d37
Fixes GitHub source links on integration pages (#10575) 2019-10-02 21:52:27 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Paulus Schoutsen
c64a8d39be remove need for css 2019-08-23 20:24:45 -07:00
Paulus Schoutsen
2c67af6215 Add alert custom element to integrations 2019-08-23 20:24:45 -07:00
Klaas Schoute
f2ea677f07 Troubleshooting automation page back in menu (#10185) 2019-08-21 23:17:50 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
aidbish
e1e337d4a4 Removes Hassio running local things (#9748)
* No longer required

https://github.com/home-assistant/home-assistant.io/issues/9713

* Update Hassio_navigation
2019-07-01 09:22:40 +02:00
aidbish
2c4b35bbef Removes Hassio external storage page (#9737)
* No longer valid

https://github.com/home-assistant/home-assistant.io/issues/9712

* Remove External storage
2019-07-01 08:44:37 +02:00
Franck Nijhof
4a9e3258f5
🔨 Integrations are the new components (#9651)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 01:08:40 +02:00
Paulus Schoutsen
7c7b9bd9b7
Simplify getting started (#9258)
* Simplify getting started

* Update automation.markdown

* Update automation.markdown

* Updates

* Tweak
2019-04-21 12:01:39 -07:00
Franck Nijhof
14f743145c 🐎 Improves build speed by removing old platform logic (#9137) 2019-04-04 08:39:43 -04:00
Paulus Schoutsen
e2677c4d78 Update text 2019-04-03 11:06:52 -07:00
Paulus Schoutsen
b76f5e28e4 Merge remote-tracking branch 'origin/current' into next 2019-02-27 16:47:43 -08:00
ctborg
08fad39c0c Adds docs for enabling I2C on Hass.io (#8144)
* Create enable_i2c.markdown

* Update sensor.bme680.markdown

* Update hassio_navigation.html

* ✏️ Tweaks

* ✏️ Tweaks
2019-02-27 10:17:03 +01:00
Daniel Høyer Iversen
9cdfdc8710 fix merge conflict (#8653) 2019-02-20 21:32:58 +01:00
Paulus Schoutsen
28d0f2fe4a Merge branch 'rc' into current 2019-02-20 11:15:07 -08:00
Fabian Affolter
d380fc50d4
Merge branch 'current' into next 2019-02-14 16:12:00 +01:00
Franck Nijhof
e00c030fef 🚑 Fixes source links (#8560) 2019-02-14 16:07:26 +01:00
Mike O'Driscoll
03bda92208 Add HAProxy remote access example (#8026)
* Add HAProxy remote access example

Created an HAProxy remote access proxy documentation and
example configuration.

* ✏️ Tweaks

* ✏️ Typo fix
2019-02-12 00:47:19 +01:00
Rohan Kapoor
7b0336c7bc Fix platform links when using embedded components (#8379) 2019-02-02 07:13:42 -08:00
Paulus Schoutsen
8f6f2ebb2b More LL cleanup 2019-01-26 11:38:57 -08:00
Paulus Schoutsen
2c7820c5f3 Remove tips & tricks 2019-01-26 11:27:53 -08:00
Adam
722057c513 Remove 'experimental' for lovelace references (#8276)
* Remove Experimental

Changed to match current wording of info panel on 0.86.0

* Remove Experimental

Lovelace is no longer 'experimental after 0.86.0.
2019-01-25 03:11:10 +01:00
Franck Nijhof
92fb95d4ca Refactor of documentation method for components (2019-0016) (#8265)
* 🚜 Refactor of documentation method for components

* 👕 Marks Ikea Tradfri ha_config_flow

* 👕 Fixes additionalwhitespace generation
2019-01-24 23:17:28 +01:00
Paulus Schoutsen
c4681c7c71 Update blog posts 2019-01-23 11:35:56 -08:00
DubhAd
b67e1f1190 Removed the venv link from the sidebar (#7799)
Removed the venv link, since that gets people the worst of all options, and helps them break their system when they install another Python program. Obviously the link (and others) are still available if they click _Installation_.
2018-12-11 13:00:27 +01:00
Paulus Schoutsen
4feb18fa5e
Update Lovelace docs (#7791) 2018-12-10 11:36:13 +01:00
Paulus Schoutsen
d3935c1390 Remove links to helper scripts (#7372)
* Remove links to helper scripts

* Delete db_migrator.markdown

* Delete influxdb_migrator.markdown

* Delete influxdb_import.markdown

* Update docs_navigation.html
2018-11-05 16:54:40 +01:00
Robbert Müller
d54499fc21 Buildtime improvements (#7315)
* Remove whitespace generation

this removes about 65MB of added whitespace, which didn't need
generating

* Remove liquid compression.

Most of the stripepd whitespace, is already removed in the previous
commit. And this removes more then 50% of the build time ( localy )

* Remove unneeded whitespace generation
2018-11-01 11:11:05 +01:00
Fabian Affolter
cbcba8f2a3
Add IQS 'internal' (#6417) 2018-10-01 22:45:52 +02:00