mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix broken links on website (part 3) (#14774)
This commit is contained in:
parent
789dba2315
commit
df09e1e1b7
@ -117,7 +117,7 @@ The [Set up encryption using Let's Encrypt](/blog/2015/12/13/setup-encryption-us
|
||||
|
||||
## APIs
|
||||
|
||||
On top of the `http` integration is a [REST API](/developers/rest_api/), [Python API](/developers/python_api/) and [WebSocket API](/developers/websocket_api/) available. There is also support for [Server-sent events](/developers/server_sent_events/).
|
||||
On top of the `http` integration is a [REST API](https://developers.home-assistant.io/docs/api/rest), [Python API](/developers/python_api/) and [WebSocket API](https://developers.home-assistant.io/docs/api/websocket) available. There is also support for [Server-sent events](/developers/server_sent_events/).
|
||||
|
||||
The `http` platforms are not real platforms within the meaning of the terminology used around Home Assistant. Home Assistant's [REST API](/developers/rest_api/) sends and receives messages over HTTP.
|
||||
|
||||
@ -125,9 +125,9 @@ The `http` platforms are not real platforms within the meaning of the terminolog
|
||||
|
||||
To use those kind of [sensors](#sensor) or [binary sensors](#binary-sensor) in your installation no configuration in Home Assistant is needed. All configuration is done on the devices themselves. This means that you must be able to edit the target URL or endpoint and the payload. The entity will be created after the first message has arrived.
|
||||
|
||||
Create a [Long-Lived Access Tokens](https://developers.home-assistant.io/docs/en/auth_api.html#long-lived-access-token) in the Home Assistant UI at the bottom of your profile if you want to use HTTP sensors.
|
||||
Create a [Long-Lived Access Tokens](https://developers.home-assistant.io/docs/auth_api/#long-lived-access-token) in the Home Assistant UI at the bottom of your profile if you want to use HTTP sensors.
|
||||
|
||||
All [requests](/developers/rest_api/#post-apistatesltentity_id) need to be sent to the endpoint of the device and must be **POST**.
|
||||
All [requests](https://developers.home-assistant.io/docs/api/rest#post-apistatesentity_id) need to be sent to the endpoint of the device and must be **POST**.
|
||||
|
||||
## IP filtering and banning
|
||||
|
||||
|
@ -24,7 +24,7 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
|
||||
|
||||
- Frontend: Support for [iFrame panels][iframe_panel] to adding other sites to sidebar ([@balloob])
|
||||
- Allow components to register [custom frontend panels][custom-panels] ([@balloob])
|
||||
- Add example custom_component [react_panel][react-panel] showing custom panels ([@balloob])
|
||||
- Add example custom_component react_panel showing custom panels ([@balloob])
|
||||
- Light: [MagicLight/Flux WiFi Color LED Light][flux] support ([@Danielhiversen])
|
||||
- Script: Specify a delay [using templates][script] ([@Teagan42])
|
||||
- Media player: [Russound RNET][Russound] integration ([@laf])
|
||||
@ -102,7 +102,6 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
|
||||
|
||||
[custom-panels]: /developers/frontend_creating_custom_panels/
|
||||
[iframe_panel]: /integrations/panel_iframe/
|
||||
[custom]: /cookbook/custom_panel_using_react/
|
||||
[flux]: /integrations/flux_led
|
||||
[script]: /getting-started/scripts/#delay
|
||||
[Russound]: /integrations/russound_rnet
|
||||
@ -120,7 +119,6 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
|
||||
[PEP484]: https://www.python.org/dev/peps/pep-0484/
|
||||
[MPC-HC]: /integrations/mpchc
|
||||
[Telegram]: /integrations/telegram
|
||||
[react-panel]: /cookbook/custom_panel_using_react/
|
||||
[KNX]: /integrations/climate.knx/
|
||||
[Nest]: /integrations/nest/#climate
|
||||
[filters]: /topics/templating/#home-assistant-template-extensions
|
||||
|
@ -11,7 +11,7 @@ og_image: /images/blog/2018-06-release-0.72/lovelace.png
|
||||
|
||||
I am super excited about this release as it brings some great examples of how we are refining the system to become more customizable and, at the same time, user friendly. The first thing that I am really excited about is a new experimental user interface that we call Lovelace. Check [this awesome rundown](https://gist.github.com/ciotlosm/9508388876edf92c4c1f3579e740fbd5) of all the features by [@ciotlosm]. The TL;DR: a faster, more customizable and more extensible UI with the same look and feel as the old one.
|
||||
|
||||
Be aware, this _is_ experimental, so things will change. However, we felt like we didn't want to keep this away from you any longer. Check the [Lovelace UI docs](https://developers.home-assistant.io/docs/en/lovelace_index.html) on how to get started. Make sure to share your creations!
|
||||
Be aware, this _is_ experimental, so things will change. However, we felt like we didn't want to keep this away from you any longer. Check the [Lovelace UI docs](/lovelace) on how to get started. Make sure to share your creations!
|
||||
|
||||
Thanks to all the people that have been hanging out in the #beta channel on [Discord](https://discord.gg/c5DvZ4e) helping development, finding and squashing bugs and making suggestions. Especially thanks to [@c727] for all his development work and [@arsaboo] for being the first guinea pig.
|
||||
|
||||
|
@ -47,11 +47,11 @@ Hacktoberfest will create a lot of work for us. In 2017 we processed 625 Pull Re
|
||||
### Home Assistant Frontend
|
||||
|
||||
- Take a look at the [Polymer documentation](https://www.polymer-project.org/).
|
||||
- Read the [Home Assistant Frontend documentation](https://developers.home-assistant.io/docs/en/frontend_index.html).
|
||||
- Read the [Home Assistant Frontend documentation](https://developers.home-assistant.io/docs/frontend).
|
||||
|
||||
### Home Assistant
|
||||
|
||||
- Get familiar with our [Style Guidelines](https://developers.home-assistant.io/docs/en/development_guidelines.html) and the existing code.
|
||||
- Get familiar with our [Style Guidelines](https://developers.home-assistant.io/docs/development_guidelines) and the existing code.
|
||||
- Go through the [Developer documentation](https://developers.home-assistant.io).
|
||||
- Don’t forget the documentation. Changes often require an update of the documentation. Also, new integrations. You know how it works, but the users don’t.
|
||||
- [Architectural changes](https://github.com/home-assistant/architecture) need to be discussed before a change is proposed. Also, keep in mind that those kinds of Pull Request may not be reviewed during October.
|
||||
@ -59,8 +59,8 @@ Hacktoberfest will create a lot of work for us. In 2017 we processed 625 Pull Re
|
||||
|
||||
### Home Assistant Documentation
|
||||
|
||||
- Make yourself familiar with [Markdown](https://developers.home-assistant.io/docs/en/documentation_index.html).
|
||||
- Understand our [Standards and Guidelines](https://developers.home-assistant.io/docs/en/documentation_standards.html).
|
||||
- Make yourself familiar with [Markdown](https://www.markdownguide.org/cheat-sheet).
|
||||
- Understand our [Standards and Guidelines](https://developers.home-assistant.io/docs/documenting/standards).
|
||||
- For small changes like typos and clarifications, use the GitHub editor functionality.
|
||||
- For more significant changes, we highly recommended that you set up an environment to build the documentation locally before opening a Pull Request.
|
||||
- Keep an eye on the branches. `current` is for changes on the existing documentation, `next` for new features or integrations that will be available with the next release.
|
||||
|
@ -13,7 +13,7 @@ og_image: /images/blog/2019-03-release-89/components.png
|
||||
|
||||
It's time for release 0.89. It's another great new release with some cool new features, bug fixes and improvements. The first cool new feature is that yet another car is integrated into Home Assistant: the Nissan Leaf. Both deConz and SmartThings integrations keep expanding to cover more devices.
|
||||
|
||||
This release introduces a new mobile app component. [@robbiet480], who also works on the iOS app, has taken the best parts of the Home Assistant iOS app component and turned it into a standardized API that any mobile app can build upon. This will allow any mobile apps to integrate with Home Assistant with a great user experience. If you are a mobile app developer, please check the updated [app integration docs](https://developers.home-assistant.io/docs/en/app_integration_index.html). We will be fine tuning the API in upcoming releases. Feedback is welcome.
|
||||
This release introduces a new mobile app component. [@robbiet480], who also works on the iOS app, has taken the best parts of the Home Assistant iOS app component and turned it into a standardized API that any mobile app can build upon. This will allow any mobile apps to integrate with Home Assistant with a great user experience. If you are a mobile app developer, please check the updated [app integration docs](https://developers.home-assistant.io/docs/api/native-app-integration/). We will be fine tuning the API in upcoming releases. Feedback is welcome.
|
||||
|
||||
## Noteworthy Breaking Changes
|
||||
|
||||
|
@ -91,7 +91,7 @@ Screenshot of Biometric Unlock.
|
||||
|
||||
We have also been hard at working making improvements in other areas of the app:
|
||||
|
||||
* There are now 2 [widgets](https://companion.home-assistant.io/docs/core/android-widgets) that you can set up, with Entity State being the latest addition. The Entity State widget will display the state and any attribute of the selected entity. It will update once every 30 minutes or when tapped. The Service Call widget was also enhanced to allow you to select from a list of valid and available services along with the ability to add additional data fields that the service may require.
|
||||
* There are now 2 [widgets](https://companion.home-assistant.io/docs/integrations/android-widgets) that you can set up, with Entity State being the latest addition. The Entity State widget will display the state and any attribute of the selected entity. It will update once every 30 minutes or when tapped. The Service Call widget was also enhanced to allow you to select from a list of valid and available services along with the ability to add additional data fields that the service may require.
|
||||
* In App Configuration the Home Network WiFi SSID option now allows the user to select multiple SSIDs.
|
||||
* A Cookie Manager was added to our WebView that will allow you to save cookies from sites that you may use in the [webpage card](/lovelace/iframe/).
|
||||
* More descriptive SSL error messages were added to help users resolve local issues they may encounter while setting up the app.
|
||||
|
@ -40,14 +40,14 @@
|
||||
/developers/development_testing https://developers.home-assistant.io/docs/development_testing/
|
||||
/developers/development_validation https://developers.home-assistant.io/docs/development_validation/
|
||||
/developers/development https://developers.home-assistant.io/docs/development_index/
|
||||
/developers/documentation/create_page https://developers.home-assistant.io/docs/documenting/create-page/
|
||||
/developers/documentation https://developers.home-assistant.io/docs/documentation_index/
|
||||
/developers/documentation/standards https://developers.home-assistant.io/docs/documentation_standards/
|
||||
/developers/frontend_add_card https://developers.home-assistant.io/docs/frontend_add_card/
|
||||
/developers/frontend_add_more_info https://developers.home-assistant.io/docs/frontend_add_more_info/
|
||||
/developers/frontend_creating_custom_panels https://developers.home-assistant.io/docs/frontend_creating_custom_panels/
|
||||
/developers/documentation/create_page https://developers.home-assistant.io/docs/documenting/create-page
|
||||
/developers/documentation https://developers.home-assistant.io/docs/documenting
|
||||
/developers/documentation/standards https://developers.home-assistant.io/docs/documenting/standards
|
||||
/developers/frontend_add_card https://developers.home-assistant.io/docs/frontend/extending/adding-state-card
|
||||
/developers/frontend_add_more_info https://developers.home-assistant.io/docs/frontend/extending/adding-more-info-dialogs
|
||||
/developers/frontend_creating_custom_panels https://developers.home-assistant.io/docs/frontend/custom-ui/creating-custom-panels
|
||||
/developers/frontend_creating_custom_ui https://developers.home-assistant.io/docs/frontend_creating_custom_ui/
|
||||
/developers/frontend https://developers.home-assistant.io/docs/frontend_index/
|
||||
/developers/frontend https://developers.home-assistant.io/docs/frontend
|
||||
/developers/hassio/addon_communication https://developers.home-assistant.io/docs/hassio_addon_communication/
|
||||
/developers/hassio/addon_config https://developers.home-assistant.io/docs/hassio_addon_config/
|
||||
/developers/hassio/addon_development https://developers.home-assistant.io/docs/hassio_addon_index/
|
||||
|
Loading…
x
Reference in New Issue
Block a user