Use proper case for Home Assistant (#6526)

This commit is contained in:
Alok Saboo 2018-10-05 05:37:45 -04:00 committed by Franck Nijhof
parent 73a55b353d
commit 3720d09813
8 changed files with 24 additions and 25 deletions

View File

@ -114,4 +114,3 @@ searchWeatherForecast:
Now just restart HassIO and ask it what the weather is like.
[their tutorial]: https://github.com/snipsco/snips-platform-documentation/wiki/2.-Create-an-assistant-using-an-existing-bundle

View File

@ -20,7 +20,7 @@ For example, on Android, the app "Simple RSS Widget" can be used to display temp
```yaml
# Example configuration.yaml entry
rss_feed_template:
# Accessible on <home assistant url>/api/rss_template/garden
# Accessible on <Home Assistant url>/api/rss_template/garden
# Example: https://localhost:8123/api/rss_template/garden
garden:
requires_api_password: False

View File

@ -59,7 +59,7 @@ The following conditions are available by device:
## {% linkable_title Security State %}
<p class='note warning'>
This feature is not designed to transfer your Home Assitant to a security system, neither Home Assistant nor Nest be liable to You for damages,
This feature is not designed to transfer your Home Assistant to a security system, neither Home Assistant nor Nest be liable to You for damages,
or consequential damages of any character arising as a result of use this feature.
This feature does not depend on the [Nest Secure alarm system](https://nest.com/alarm-system/overview/) and is not a reflection of the status of that system,

View File

@ -73,7 +73,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Remove typing ([@fabaff] - [#15018])
- Add support for Homekit battery service ([@schmittx] - [#14288]) ([homekit docs])
- Update PostNL unit of measure to align with UPS ([@keesschollaart81] - [#15023]) ([sensor.postnl docs]) (breaking change)
- Expose Wemo component availability to home assistant ([@gstorer] - [#14995]) ([light.wemo docs])
- Expose Wemo component availability to Home Assistant ([@gstorer] - [#14995]) ([light.wemo docs])
- Improve volume support for Vizio Smartcast ([@JeffLIrion] - [#14981]) ([media_player.vizio docs])
- Upgrade requests to 2.19.1 ([@fabaff] - [#15019])
- Show running apps as sources for Fire TV ([@JeffLIrion] - [#15033]) ([media_player.firetv docs])
@ -125,7 +125,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Adding 'namespace' for prometheus metrics ([@alexbarcelo] - [#13738]) ([prometheus docs]) (breaking change)
- Storage auth ([@balloob] - [#15192])
- Make sure we check access token expiration ([@balloob] - [#15207]) ([frontend docs])
- Migrate home assistant auth provider to use storage helper ([@balloob] - [#15200])
- Migrate Home Assistant auth provider to use storage helper ([@balloob] - [#15200])
- Fix zwave climate operation mode mappings ([@cdce8p] - [#15162]) ([climate.zwave docs]) (breaking change)
- Fixed Indentation error ([@vaidyasr] - [#15210]) ([camera.xiaomi docs])
- X-Forwarded-For improvements and bug fixes ([@colinodell] - [#15204]) ([emulated_hue docs]) ([http docs]) (breaking change)

View File

@ -116,7 +116,7 @@ views:
Now restart Home Assistant, navigate to `<YOUR HASS URL>/lovelace`. When you make changes to `ui-lovelace.yaml`, you don't have to restart Home Assistant or refresh the page. Just hit the refresh button at the top of the UI.
## {% linkable_title Setting Lovelace as the Default UI %}
Once you are ready to start using Lovelace UI as your main user interface, click on info, the "i" icon under 'Developer Tools" in the home assistant side-bar. Next, locate >>Set lovelace as default page on this device<< under the home assistant version information and click it.
Once you are ready to start using Lovelace UI as your main user interface, click on info, the "i" icon under 'Developer Tools" in the Home Assistant side-bar. Next, locate >>Set Lovelace as default page on this device<< under the Home Assistant version information and click it.
Note that this is a per-device setting and will need to be changed on each device you access the UI from.