mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +00:00
Add www. to home-assistant URLs (#1111)
* Add www. to cloud skill URLs * Update ha-config-cloud-login.html * Update ha-panel-dev-info.html
This commit is contained in:
parent
eafd7fb296
commit
02cf337f1a
@ -101,7 +101,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='https://home-assistant.io/cloud/alexa/' target='_blank'>
|
<a href='https://www.home-assistant.io/cloud/alexa/' target='_blank'>
|
||||||
Config documentation
|
Config documentation
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='https://home-assistant.io/cloud/google_assistant/' target='_blank'>
|
<a href='https://www.home-assistant.io/cloud/google_assistant/' target='_blank'>
|
||||||
Config documentation
|
Config documentation
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
<span slot='header'>Home Assistant Cloud</span>
|
<span slot='header'>Home Assistant Cloud</span>
|
||||||
<span slot='introduction'>
|
<span slot='introduction'>
|
||||||
The Home Assistant Cloud allows your local Home Assistant instance to connect with cloud-only services like Amazon Alexa.
|
The Home Assistant Cloud allows your local Home Assistant instance to connect with cloud-only services like Amazon Alexa.
|
||||||
<p><a href='https://home-assistant.io/components/cloud/' target='_blank'>Learn more</a></p>
|
<p><a href='https://www.home-assistant.io/components/cloud/' target='_blank'>Learn more</a></p>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<paper-card hidden$='[[!flashMessage]]'>
|
<paper-card hidden$='[[!flashMessage]]'>
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
<div class='content'>
|
<div class='content'>
|
||||||
<div class='about'>
|
<div class='about'>
|
||||||
<p class='version'>
|
<p class='version'>
|
||||||
<a href='https://home-assistant.io'><img src="/static/icons/favicon-192x192.png" height="192" /></a><br />
|
<a href='https://www.home-assistant.io'><img src="/static/icons/favicon-192x192.png" height="192" /></a><br />
|
||||||
Home Assistant<br />
|
Home Assistant<br />
|
||||||
[[hass.config.core.version]]
|
[[hass.config.core.version]]
|
||||||
</p>
|
</p>
|
||||||
@ -125,7 +125,7 @@
|
|||||||
Path to configuration.yaml: [[hass.config.core.config_dir]]
|
Path to configuration.yaml: [[hass.config.core.config_dir]]
|
||||||
</p>
|
</p>
|
||||||
<p class='develop'>
|
<p class='develop'>
|
||||||
<a href='https://home-assistant.io/developers/credits/' target='_blank'>
|
<a href='https://www.home-assistant.io/developers/credits/' target='_blank'>
|
||||||
Developed by a bunch of awesome people.
|
Developed by a bunch of awesome people.
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user