Ian Richardson
8381b25256
Add actions ( #16319 )
2021-01-27 08:38:02 -05:00
Philip Allgaier
e9166f6c97
Lovelace alignments for all cards ( #16281 )
2021-01-23 14:09:27 +01:00
Sean Mooney
dad4a22e4f
Add UI setup instructions to Lovelace card pages ( #15155 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-10-10 13:55:56 +02:00
Chris Romp
7933580f57
Fix weather-forecast.markdown ( #14112 )
...
Fix for `secondary_info_attribute` type (was: `boolean`, now: `string`).
See also: https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/cards/hui-weather-forecast-card.ts#L213
2020-08-03 12:45:12 +02:00
Zack Arnett
96b2574ec8
Basic Configuration for Editors + Weather Card as example ( #14010 )
2020-07-17 22:26:58 +02:00
Stefano0042
221bce3e72
Secondary_info_attribute default ( #13752 )
...
Removed capital letter from applicable values.
Should 'extrema' render the "old" three rows summarize view (Air pressure; Humidity; Wind speed)? It is not responsive on both default Home and OpenWeatherMap stations.
2020-06-22 16:36:07 +02:00
Anton Averkiev
e8aa6c406d
Update weather-forecast.markdown ( #13803 )
2020-06-21 22:38:43 +02:00
Zack Arnett
762e5d311f
Weather Card: Advanced Section ( #13432 )
2020-05-13 23:28:23 +02:00
Zack Arnett
1a58a3d9b9
Weather Card: Recent Updates ( #13395 )
2020-05-12 10:04:25 +02:00
Mauricio Bonani
f989e77261
Fix Weather Card show_forecast variable type ( #13230 )
2020-04-30 16:18:44 +02:00
Mauricio Bonani
eb93fc52e9
Update Lovelace Weather Forecast Card documentation ( #13229 )
2020-04-30 00:13:36 +02:00
Zack Arnett
516380b474
Update Card Descriptions - Current Branch ( #12259 )
2020-03-04 09:15:05 +01:00
Ian Richardson
8f28b2eb76
Lovelace: add theme option to several cards ( #10912 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2019-10-22 02:39:39 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations
2019-10-02 00:35:28 +02:00
Franck Nijhof
45b5279c3b
Replaces all redirected URLs in all content ( #10484 )
2019-10-01 08:38:08 -07: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
Franck Nijhof
1833c32a2c
Cleans up front matter ( #9835 )
...
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥 Removes linkable_title everywhere ( #9772 )
...
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
a41ea11d9e
🚜 Removes lists from Lovelace examples ( #8570 )
2019-02-14 13:09:06 +01:00
Franck Nijhof
69a0bfd29a
🔨 Replaces all hardlinks with relative ones ( #8207 )
2019-01-19 11:56:44 +01:00
thomasvs
55f64cb44d
Align example with documentation by using dark sky in both locations ( #7718 )
...
The note talks about dark sky, so people will be nudged to set up dark sky. Make it easy for them by matching the example to that choice.
2018-12-04 17:41:47 +01:00
Zack Arnett
f4d374a61e
Add Name Variable - Weather ( #7665 )
...
* Add Name Variable
* Minor change
2018-11-29 17:04:38 +01:00
Thomas Lovén
bec5ecc5ba
Clarify what components work with weather-card ( #6195 )
...
* Clarify what components work with weather-card
The weathe card only works with weather components, not weather sensors - a fact that seems to be causing a bit of confusion judging from the frequent questions on discord. I know it took me a while to figure out...
I hope I used the correct nomenclature.
* Minor fixes.
2018-09-04 15:40:59 -04:00
Fabian Affolter
4c0d2624d7
Fix configuration descriptions ( #5721 )
...
* Fix configuration descriptions
* Fix syntax
* Minor changes
* Other fixes
* Update configuration description
* Check syntax
* Remove {% configuration %}
2018-07-09 22:28:48 +02:00
Franck Nijhof
3f08d48c00
:spencil2: Lovelace spelling & grammar fixes
2018-07-09 21:42:11 +02:00
sjabby
9966b2311f
Update weather-forecast.markdown
...
Minor cleanup and fixing typos
Changed all config sections to use {% configuration %} tag.
2018-07-08 21:57:15 +02:00
Jack
caef939fdc
Update weather-forecast.markdown ( #5674 )
...
* Update weather-forecast.markdown
* Fixed external image link
2018-07-08 00:02:36 +02:00
Paulus Schoutsen
4fa41cf80d
Add lovelace stubs
2018-07-07 22:26:58 +02:00