mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix URL for nabucasa page (#1677)
This commit is contained in:
parent
348bebc417
commit
085db3e0a6
@ -104,7 +104,7 @@ class HaConfigCloudAccount extends EventsMixin(PolymerElement) {
|
||||
Integrations for Home Assistant Cloud allow you to connect with services in the cloud without having to expose your Home Assistant instance publicly on the internet.
|
||||
</p>
|
||||
<p>
|
||||
Check the website for <a href='https://www.nabucasa.com/cloud/' target='_blank'>all available features</a>.
|
||||
Check the website for <a href='https://www.nabucasa.com' target='_blank'>all available features</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
@ -82,7 +82,7 @@ class HaConfigCloudLogin extends
|
||||
<p>
|
||||
Home Assistant Cloud is a subscription service with a free one month trial. No payment information necessary.
|
||||
</p>
|
||||
<p><a href="https://www.nabucasa.com/cloud/" target="_blank">Learn more about Home Assistant Cloud</a></p>
|
||||
<p><a href="https://www.nabucasa.com" target="_blank">Learn more about Home Assistant Cloud</a></p>
|
||||
</div>
|
||||
|
||||
<paper-card hidden$="[[!flashMessage]]">
|
||||
|
Loading…
x
Reference in New Issue
Block a user