mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fixes 4 links in blog posts (#10600)
This commit is contained in:
parent
90cdb0b74b
commit
26fbd6d35a
@ -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].
|
- Bugfixes by [@molobrakos], [@MartinHjelmare], [@pavoni], [@trollkarlen], [@zmrow], [@maddox], [@persandstrom], [@happyleavesaoc], [@balloob], [@fabaff], [@stefan-jonasson], [@haraldnagel].
|
||||||
|
|
||||||
[the demo]: /demo/
|
[the demo]: /demo/
|
||||||
[command sensor]: /integrations/binary_sensor.command/
|
[command sensor]: /integrations/command_line/
|
||||||
[Insteon hub]: /integrations/insteon/
|
[Insteon hub]: /integrations/insteon/
|
||||||
[LIFX]: /integrations/lifx
|
[LIFX]: /integrations/lifx
|
||||||
[Nest]: /integrations/nest/
|
[Nest]: /integrations/nest/
|
||||||
|
@ -58,7 +58,7 @@ Core Developer, Home Assistant
|
|||||||
[netdisco-contrib]: https://github.com/home-assistant/netdisco/pull/94
|
[netdisco-contrib]: https://github.com/home-assistant/netdisco/pull/94
|
||||||
[hotfix]: /blog/2017/02/25/config-panel-and-state-restoration/#release-0392---march-1
|
[hotfix]: /blog/2017/02/25/config-panel-and-state-restoration/#release-0392---march-1
|
||||||
[Hass.io]: /hassio/
|
[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/
|
[tradfri]: /blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/
|
||||||
[Nuimo]: /integrations/nuimo_controller/
|
[Nuimo]: /integrations/nuimo_controller/
|
||||||
[developer documentation]: http://blog.senic.com/posts/the-senic-hub-a-brief-software-overview
|
[developer documentation]: http://blog.senic.com/posts/the-senic-hub-a-brief-software-overview
|
||||||
|
@ -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, we’ve made integration with a translation tool a top priority. [@c727] took the initiative to evaluate several tools, and we’re happy to announce that Home Assistant will be partnering with [Lokalise](https://lokalise.co/) to manage our translations!
|
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, we’ve made integration with a translation tool a top priority. [@c727] took the initiative to evaluate several tools, and we’re 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. We’ve 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. We’ve 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!
|
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!
|
||||||
|
|
||||||
|
@ -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.
|
looking for to do from a CLI.
|
||||||
|
|
||||||
## Feature highlights:
|
## Feature highlights:
|
||||||
|
|
||||||
- Get configuration info (`hass-cli config`)
|
- Get configuration info (`hass-cli config`)
|
||||||
- List, get, edit and delete state for entities (`hass-cli entity`')
|
- List, get, edit and delete state for entities (`hass-cli entity`')
|
||||||
- Query history with relative time ('hass-cli entity history')
|
- Query history with relative time ('hass-cli entity history')
|
||||||
@ -36,29 +36,29 @@ looking for to do from a CLI.
|
|||||||
|
|
||||||
## Usage
|
## 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
|
## Installation
|
||||||
|
|
||||||
Install latest `homeassistant-cli` by pip:
|
Install latest `homeassistant-cli` by pip:
|
||||||
|
|
||||||
$ pip3 install homeassistant-cli
|
$ pip3 install homeassistant-cli
|
||||||
|
|
||||||
or if upgrade use:
|
or if upgrade use:
|
||||||
|
|
||||||
$ pip3 install --upgrade homeassistant-cli
|
$ pip3 install --upgrade homeassistant-cli
|
||||||
|
|
||||||
or if you like an isolated install you can use [pipsi][pipsi]
|
or if you like an isolated install you can use [pipsi][pipsi]
|
||||||
|
|
||||||
$ pipsi install --python python3 homeassistant-cli
|
$ 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
|
## 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:
|
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:
|
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
|
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
|
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
|
more extensive websocket API's `hass-cli` will be more consistent and simpler to
|
||||||
use than using "raw" access via `curl`.
|
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
|
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
|
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
|
want to run it on. It should run on any install with Python 3.5 or higher on all
|
||||||
major operating systems.
|
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
|
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
|
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
|
accessing hass.io add-ons. Also having an easy way to hook into the event bus
|
||||||
(via websocket) to see what is happening live.
|
(via websocket) to see what is happening live.
|
||||||
|
|
||||||
What would you like to see ?
|
What would you like to see ?
|
||||||
|
|
||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user