mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
🔗 Fixing some more broken links (#10742)
* 🔗 Fix broken links * 🔗 Fix broken links * 🔗 Fix broken links * 🔗 Fix broken links * 🔗 Fix broken links * 🔗 Fixing broken links * 🔗 Fixing broken links
This commit is contained in:
parent
1db90dfe14
commit
6d6aa54a97
@ -9,7 +9,7 @@ ha_iot_class: Cloud Polling
|
||||
SpotCrime is no longer handing out API keys to integrate their services.
|
||||
</div>
|
||||
|
||||
The `spotcrime` sensor allows one to track reported incidents occurring in a given area. Incidents include anything reported to [Spot Crime](http://spotcrime.com). Your regional emergency services may or may not report data. The sensor defaults to counting incidents within one day, but can be customized via configuration.yaml.
|
||||
The `spotcrime` sensor allows one to track reported incidents occurring in a given area. Incidents include anything reported to [Spot Crime](https://www.spotcrime.info). Your regional emergency services may or may not report data. The sensor defaults to counting incidents within one day, but can be customized via configuration.yaml.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -18,7 +18,7 @@ The requirements are:
|
||||
- You need to configure a [Telegram bot in Home Assistant](/integrations/telegram_bot) and define there your API key and the allowed chat ids to interact with.
|
||||
- The `chat_id` of an allowed user.
|
||||
|
||||
The quickest way to retrieve your `chat_id` is visiting [https://api.telegram.org/botYOUR_API_TOKEN/getUpdates](https://api.telegram.org/botYOUR_API_TOKEN/getUpdates) or to use `$ curl -X GET https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` **after** you have sent the bot a message. Replace `YOUR_API_TOKEN` with your actual token.
|
||||
The quickest way to retrieve your `chat_id` is visiting `https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` or to use `$ curl -X GET https://api.telegram.org/botYOUR_API_TOKEN/getUpdates` **after** you have sent the bot a message. Replace `YOUR_API_TOKEN` with your actual token.
|
||||
|
||||
The result set will include your chat ID as `id` in the `chat` section:
|
||||
|
||||
|
@ -21,7 +21,7 @@ climate:
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP address of your controller, e.g., http://192.168.1.1.
|
||||
description: The IP address of your controller, e.g., `http://192.168.1.1`.
|
||||
required: false
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
@ -24,7 +24,7 @@ After two weeks of hard work I'm proud to announce the release of Home Assistant
|
||||
- Light: [Hyperion](/integrations/hyperion) now supported (@MakeMeASandwich)
|
||||
- Sensor: [aRest](/integrations/arest#sensor) can now also read out pins ([@balloob](https://github.com/balloob))
|
||||
- Sensor: [Forecast.io](/integrations/darksky) now supports specifying units in `configuration.yaml` ([@balloob](https://github.com/balloob))
|
||||
- Thermostat: [Heat Control](/integrations/thermostat.heat_control/) has been completely rewritten ([@balloob](https://github.com/balloob))
|
||||
- Thermostat: Heat Control has been completely rewritten ([@balloob](https://github.com/balloob))
|
||||
- Switch: [Rest](/integrations/switch.rest/) now supported ([@bachp](https://github.com/bachp))
|
||||
- Media Player: [Plex](/integrations/plex#media-player) can now be auto discovered and configure itself ([@tomduijf](https://github.com/tomduijf))
|
||||
- [Downloader](/integrations/downloader/) will now treat relative paths based on config dir ([@tomduijf](https://github.com/tomduijf))
|
||||
|
@ -100,7 +100,7 @@ http:
|
||||
ssl_key: /etc/letsencrypt/live/hass-example.duckdns.org/privkey.pem
|
||||
```
|
||||
|
||||
You can now navigate to https://hass-example.duckdns.org and enjoy encryption!
|
||||
You can now navigate to `https://hass-example.duckdns.org` and enjoy encryption!
|
||||
|
||||
_Big thanks to Fabian Affolter for his help and feedback on this article._
|
||||
|
||||
|
@ -82,7 +82,7 @@ Affected components and platforms:
|
||||
- automation: [numeric_state][automation-numeric-state]
|
||||
|
||||
[sensor.arest]: /integrations/arest#sensor
|
||||
[sensor.command]: /integrations/sensor.command_sensor/
|
||||
[sensor.command]: /integrations/sensor.command_line/
|
||||
[sensor.rest]: /integrations/rest
|
||||
[sensor.mqtt]: /integrations/sensor.mqtt/
|
||||
[switch.mqtt]: /integrations/switch.mqtt/
|
||||
|
@ -41,7 +41,7 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p
|
||||
[YR]: /integrations/yr
|
||||
[Locative]: /integrations/locative
|
||||
[sun condition]: /getting-started/automation-condition/#sun-condition
|
||||
[command_switch]: /integrations/switch.command_switch/
|
||||
[command_switch]: /integrations/switch.command_line/
|
||||
[wemo]: /integrations/wemo
|
||||
[Telldus Live]: /integrations/tellduslive/
|
||||
[Vera]: /integrations/vera/
|
||||
|
Loading…
x
Reference in New Issue
Block a user