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

@ -13,7 +13,7 @@ footer: true
The Snips add-on depends on the Mosquitto add on to bridge to Home Assistant, so make sure that is installed.
HomeAssistant comes with certain Intents builtin to handle common tasks. A complete list of Intents can be found in this wiki [Hass Snips Bundle](https://github.com/tschmidty69/hass-snips-bundle-intents/wiki).
Home Assistant comes with certain Intents builtin to handle common tasks. A complete list of Intents can be found in this wiki [Hass Snips Bundle](https://github.com/tschmidty69/hass-snips-bundle-intents/wiki).
The Snips addon by default comes with an assistant that allows you to turn on lights or switches, open covers, or add and list items to a shopping list if that component is enabled.
@ -25,7 +25,7 @@ Open garage door
What is on my shopping list
```
To get started creating your own configuration, follow [their tutorial](https://snips.gitbook.io/documentation/console) to create an assistant and download the training data. You can also add the HomeAssistant Skill to your assistant to enable the built-in intents, and add or create your own intents to do more complex tasks.
To get started creating your own configuration, follow [their tutorial](https://snips.gitbook.io/documentation/console) to create an assistant and download the training data. You can also add the Home Assistant Skill to your assistant to enable the built-in intents, and add or create your own intents to do more complex tasks.
Now install and activate the [Samba](/addons/samba/) add-on so you can upload your training data. Connect to the "share" Samba share and copy your assistant over. Name the file `assistant.zip` or whatever you have configured in the configuration options.
@ -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

@ -1490,7 +1490,7 @@ service, kwargs = self.info_listen_event(handle)
### {% linkable_title fire_event() %}
Fire an event on the HomeAssistant bus, for other components to hear.
Fire an event on the Home Assistant bus, for other components to hear.
#### {% linkable_title Synopsis %}

View File

@ -172,7 +172,7 @@ $ smbclient -L //192.168.0.215 -U%
share Disk
backup Disk
IPC$ IPC
IPC Service (Samba HomeAssistant config share)
IPC Service (Samba Home Assistant config share)
Reconnecting with SMB1 for workgroup listing.
Server Comment

View File

@ -35,7 +35,7 @@ You then have to (A) tell Home Assistant where the beacon is located and (B) tel
#### {% linkable_title A. Tell Home Assistant where your beacon is located %}
You tell HomeAssistant about fixed locations by creating a Zone with the longitude and latitude of your beacon. You should also give the zone a name which you will also use when you set up OwnTracks. An an example this zone specifies the location of my drive way.
You tell Home Assistant about fixed locations by creating a Zone with the longitude and latitude of your beacon. You should also give the zone a name which you will also use when you set up OwnTracks. An an example this zone specifies the location of my drive way.
**Example `configuration.yaml` entry**

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.