Fixes 4 links in blog posts (#10600)

This commit is contained in:
dasadi 2019-10-04 23:39:31 +02:00 committed by Franck Nijhof
parent 90cdb0b74b
commit 26fbd6d35a
4 changed files with 14 additions and 14 deletions

View File

@ -43,7 +43,7 @@ Example of the new views in the frontend. <a href='/integrations/group/'>Learn m
- Bugfixes by [@molobrakos], [@MartinHjelmare], [@pavoni], [@trollkarlen], [@zmrow], [@maddox], [@persandstrom], [@happyleavesaoc], [@balloob], [@fabaff], [@stefan-jonasson], [@haraldnagel].
[the demo]: /demo/
[command sensor]: /integrations/binary_sensor.command/
[command sensor]: /integrations/command_line/
[Insteon hub]: /integrations/insteon/
[LIFX]: /integrations/lifx
[Nest]: /integrations/nest/

View File

@ -58,7 +58,7 @@ Core Developer, Home Assistant
[netdisco-contrib]: https://github.com/home-assistant/netdisco/pull/94
[hotfix]: /blog/2017/02/25/config-panel-and-state-restoration/#release-0392---march-1
[Hass.io]: /hassio/
[to Forbes]: https://webcache.googleusercontent.com/search?q=cache:https://www.forbes.com/sites/paularmstrongtech/2017/06/19/covi-is-about-to-make-some-general-electric-execs-very-unhappy/
[to Forbes]: https://www.forbes.com/sites/paularmstrongtech/2017/06/20/covi-is-about-to-make-some-general-electric-execs-very-unhappy/
[tradfri]: /blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/
[Nuimo]: /integrations/nuimo_controller/
[developer documentation]: http://blog.senic.com/posts/the-senic-hub-a-brief-software-overview

View File

@ -17,7 +17,7 @@ The Home Assistant sidebar in 12 different languages.
As mentioned in the [0.57 release notes](/blog/2017/11/04/release-57/), Home Assistant has launched a translated frontend. With the immediate influx of translations, weve made integration with a translation tool a top priority. [@c727] took the initiative to evaluate several tools, and were happy to announce that Home Assistant will be partnering with [Lokalise](https://lokalise.co/) to manage our translations!
Lokalise allows us to open up translations for all of our multilingual users willing to contribute. Users can join the project using our [public signup link](https://lokalise.co/signup/3420425759f6d6d241f598.13594006/all/), and start translating right away. Weve created a [translation startup guide](/developers/frontend_translation/) with additional details about how to contribute. Instructions are provided there for how to request a new language.
Lokalise allows us to open up translations for all of our multilingual users willing to contribute. Users can join the project using our [public signup link](https://lokalise.co/signup/3420425759f6d6d241f598.13594006/all/), and start translating right away. Weve created a [translation startup guide](https://developers.home-assistant.io/docs/en/internationalization_translation.html) with additional details about how to contribute. Instructions are provided there for how to request a new language.
Now that we have a system in place, expect a lot more of the interface to be translatable soon. We still have some technical hurdles to overcome, but the hardest work is behind us now. The community has already done an outstanding job of providing translations. The future is looking bright!

View File

@ -20,7 +20,7 @@ Last week we released version 0.4, which provides majority of the features I was
looking for to do from a CLI.
## Feature highlights:
- Get configuration info (`hass-cli config`)
- List, get, edit and delete state for entities (`hass-cli entity`')
- Query history with relative time ('hass-cli entity history')
@ -36,29 +36,29 @@ looking for to do from a CLI.
## Usage
For the basic intro to `hass-cli` see the docs at [github](github-hass-cli).
For the basic intro to `hass-cli` see the docs at [github][github-hass-cli].
## Installation
Install latest `homeassistant-cli` by pip:
$ pip3 install homeassistant-cli
or if upgrade use:
$ pip3 install --upgrade homeassistant-cli
or if you like an isolated install you can use [pipsi][pipsi]
$ pipsi install --python python3 homeassistant-cli
or if you are adventurous you can build it from [source][github-hass-cli] at.
or if you are adventurous you can build it from [source][github-hass-cli] at.
## Changes since 0.1-0.3
The first thing is that the commands have been cleaned up to be more logcial/explicit.
The first thing is that the commands have been cleaned up to be more logcial/explicit.
$ hass-cli
$ hass-cli
...
...
Commands:
@ -113,7 +113,7 @@ If you still want to get all the glory details you can use `-o yaml` to get the
A few frequent asked questions we've seen the last months are as follows:
### Why would anyone use this ?
### Why would anyone use this ?
This is not removing or trying to compete with existing ways to access Home
Assistant - this is a complementary way to access Home Assistant. If you like to
@ -132,7 +132,7 @@ type out. Finally over time as `hass-cli` will get support for utilizing the
more extensive websocket API's `hass-cli` will be more consistent and simpler to
use than using "raw" access via `curl`.
### Does this only work with HTTPS and hass.io ?
### Does this only work with HTTPS and hass.io ?
No, it works with *any* Home Assistant that has REST API exposed - something
that is done by default. In short - if you can access Home Assistant with your
@ -146,7 +146,7 @@ No, `hass-cli` does not require Home Assistant installed on the computer you
want to run it on. It should run on any install with Python 3.5 or higher on all
major operating systems.
### Does this work with client-generated certificates ?
### Does this work with client-generated certificates ?
It should, but we have not yet been able to verify it. If you would like to help
us try it run with `--cert <certificate.pem>` and let us know if it works on
@ -159,7 +159,7 @@ system control commands (like refreshing groups, restarting, etc.) but also for
accessing hass.io add-ons. Also having an easy way to hook into the event bus
(via websocket) to see what is happening live.
What would you like to see ?
What would you like to see ?
## Feedback