mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
✏️ Spelling, grammar, styling and fixes (#8559)
This commit is contained in:
parent
ef2fc30458
commit
ae419c2c11
@ -43,4 +43,3 @@ monitored_conditions:
|
||||
light:
|
||||
description: Brightness in lux (if supported by tag).
|
||||
{% endconfiguration %}
|
||||
|
||||
|
@ -14,8 +14,9 @@ ha_release: pre 0.7
|
||||
ha_qa_scale: internal
|
||||
---
|
||||
|
||||
The `worldclock` sensor platform simply displays the current time in a different time zone.
|
||||
|
||||
The `worldclock` sensor platform simply displays the current time in a different time zone
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
@ -50,4 +50,3 @@ longitude:
|
||||
type: float
|
||||
default: "The longitude in your `configuration.yaml` file."
|
||||
{% endconfiguration %}
|
||||
|
||||
|
@ -21,6 +21,8 @@ Obtain a WUnderground API key [here](https://www.wunderground.com/weather/api).
|
||||
Please consider this when using the following information.
|
||||
</p>
|
||||
|
||||
{% linkable_title Configuration %}
|
||||
|
||||
To add Wunderground to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
@ -181,28 +183,27 @@ monitored_conditions:
|
||||
description: Text summary of current wind conditions
|
||||
{% endconfiguration %}
|
||||
|
||||
|
||||
All the conditions listed above will be updated every 5 minutes.
|
||||
|
||||
### {% linkable_title Forecasts %}
|
||||
## {% linkable_title Forecasts %}
|
||||
|
||||
_12 hour forecasts_
|
||||
### {% linkable_title 12 hour forecasts %}
|
||||
|
||||
Monitored conditions marked above with <a name="12h">[12h]</a> are 12 hour forecasts. To get a forecast for different period/daytime replace the `_1d_` part of the sensor name. e.g., `weather_2n` will give you forecast for tomorrow night. Valid values for day are `1` to `4` and valid values for daytime are `d` or `n`.
|
||||
|
||||
_Daily forecasts_
|
||||
### {% linkable_title Daily forecasts %}
|
||||
|
||||
Conditions above marked with <a name="1d">[1d]</a> are daily forecasts. To get forecast for different day, replace the number
|
||||
in `_1d_` part of the sensor name. Valid values are from `1` to `4`.
|
||||
|
||||
_Hourly forecasts_
|
||||
### {% linkable_title Hourly forecasts %}
|
||||
|
||||
Conditions marked with <a name="1h">[1h]</a> are hourly forecasts. To get forecast for different hour, replace the number
|
||||
in the `_1h_` part of the sensor name with `1` to `36`. e.g., `weather_24h` will give you weather in 24 hours.
|
||||
|
||||
### {% linkable_title Additional examples %}
|
||||
## {% linkable_title Additional examples %}
|
||||
|
||||
#### {% linkable_title Daily forecast %}
|
||||
### {% linkable_title Daily forecast %}
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
@ -234,7 +235,7 @@ group:
|
||||
|
||||

|
||||
|
||||
#### {% linkable_title Weather overview %}
|
||||
### {% linkable_title Weather overview %}
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
|
@ -13,8 +13,6 @@ ha_release: "0.50"
|
||||
ha_iot_class: "Local Push"
|
||||
---
|
||||
|
||||
|
||||
The `xiaomi aqara` sensor platform allows you to get data from your [Xiaomi](http://www.mi.com/en/) sensors.
|
||||
|
||||
The requirement is that you have setup [Xiaomi aqara](/components/xiaomi_aqara/).
|
||||
|
||||
|
@ -19,6 +19,8 @@ The `zabbix` sensor platform let you monitor the current count of active trigger
|
||||
You must have the [Zabbix component](/components/zabbix/) configured to use those sensors.
|
||||
</p>
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
@ -49,4 +51,3 @@ individual:
|
||||
required: false
|
||||
type: boolean
|
||||
{% endconfiguration %}
|
||||
|
||||
|
@ -36,11 +36,11 @@ sensor:
|
||||
|
||||
{% configuration %}
|
||||
api_key:
|
||||
description: The API key to access the service. Obtain yours using the [Zillow API](https://www.zillow.com/howto/api/APIOverview.htm)
|
||||
description: The API key to access the service. Obtain yours using the [Zillow API](https://www.zillow.com/howto/api/APIOverview.htm).
|
||||
required: true
|
||||
type: string
|
||||
zpid:
|
||||
description: Property IDs to track in the front end. Can be found in it's Zillow URL as described above. Include only the numbers, do not include the "_zpid"
|
||||
description: Property IDs to track in the front end. Can be found in it's Zillow URL as described above. Include only the numbers, do not include the "_zpid".
|
||||
required: true
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
@ -59,6 +59,6 @@ These attributes are available:
|
||||
- Currency
|
||||
- Amount
|
||||
|
||||
Example screenshot
|
||||
Example screenshot:
|
||||
|
||||
<img src="/images/components/zestimate/zestimateexample.png" />
|
||||
|
@ -38,4 +38,3 @@ password:
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
|
@ -15,21 +15,24 @@ ha_qa_scale: internal
|
||||
|
||||
The `shopping_list` component allows you to keep track of shopping list items. Includes the ability to add items via your voice using the sentence "Add eggs to my shopping list".
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
shopping_list:
|
||||
```
|
||||
|
||||
### Services
|
||||
## Services
|
||||
|
||||
You can add or remove items on your shopping list by using the following services.
|
||||
|
||||
#### {% linkable_title Service `shopping_list.add_item` %}
|
||||
### {% linkable_title Service `shopping_list.add_item` %}
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|------------------------|----------|--------------------------------------------------------|
|
||||
| `name` | no | Name of the item to add. Example: "Beer" |
|
||||
|
||||
#### {% linkable_title Service `shopping_list.complete_item` %}
|
||||
### {% linkable_title Service `shopping_list.complete_item` %}
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|------------------------|----------|--------------------------------------------------------|
|
||||
|
@ -31,7 +31,6 @@ You can only add locations through the integrations page, not in configuration f
|
||||
Only location close to Sweden can be added. See [SMHI.se area](http://opendata.smhi.se/apidocs/metfcst/geographic_area.html) for more details what locations are supported.
|
||||
</p>
|
||||
|
||||
|
||||
{% configuration %}
|
||||
latitude:
|
||||
description: Manually specify latitude.
|
||||
|
@ -22,7 +22,6 @@ Snips takes voice or text as input and produces *intents* as output, which are e
|
||||
|
||||

|
||||
|
||||
|
||||
## {% linkable_title The Snips Voice Platform %}
|
||||
|
||||
### {% linkable_title Installation %}
|
||||
@ -30,18 +29,18 @@ Snips takes voice or text as input and produces *intents* as output, which are e
|
||||
The Snips platform can be installed via the Snips APT/Debian repository. If you prefer to install the platform using the Docker distribution, check out our [Docker Installation Guide](https://github.com/snipsco/snips-platform-documentation/wiki/6.--Miscellaneous#using-docker).
|
||||
|
||||
```bash
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install -y dirmngr
|
||||
$ sudo bash -c 'echo "deb https://raspbian.snips.ai/$(lsb_release -cs) stable main" > /etc/apt/sources.list.d/snips.list'
|
||||
$ sudo apt-key adv --keyserver pgp.mit.edu --recv-keys D4F50CDCA10A2849
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install -y snips-platform-voice
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y dirmngr
|
||||
sudo bash -c 'echo "deb https://raspbian.snips.ai/$(lsb_release -cs) stable main" > /etc/apt/sources.list.d/snips.list'
|
||||
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys D4F50CDCA10A2849
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y snips-platform-voice
|
||||
```
|
||||
|
||||
Note that if the keyserver pgp.mit.edu is down then try to use another one in the 4th line, like pgp.surfnet.nl:
|
||||
|
||||
```bash
|
||||
$ sudo apt-key adv --keyserver pgp.surfnet.nl --recv-keys D4F50CDCA10A2849
|
||||
sudo apt-key adv --keyserver pgp.surfnet.nl --recv-keys D4F50CDCA10A2849
|
||||
```
|
||||
|
||||
### {% linkable_title Creating an assistant %}
|
||||
@ -51,13 +50,13 @@ Head over to the [Snips Console](https://console.snips.ai) to create your assist
|
||||
The next step is to get the assistant to work on your device. Unzip and copy the `assistant` folder that you downloaded from the web console to the path. Assuming your downloaded `assistant` folder is on your desktop, just run:
|
||||
|
||||
```bash
|
||||
$ scp -r ~/Desktop/assistant pi@<raspi_hostname.local_or_IP>:/home/pi/.
|
||||
scp -r ~/Desktop/assistant pi@<raspi_hostname.local_or_IP>:/home/pi/.
|
||||
```
|
||||
|
||||
Now ssh into your Raspberry Pi:
|
||||
|
||||
```bash
|
||||
$ ssh pi@<raspi_hostname.local_or_IP>
|
||||
ssh pi@<raspi_hostname.local_or_IP>
|
||||
```
|
||||
|
||||
By default, this command is `ssh pi@raspberrypi.local`, if you are using the default Raspberry Pi hostname.
|
||||
@ -82,7 +81,7 @@ Make sure that a microphone is plugged to the Raspberry Pi. If you are having tr
|
||||
Start the Snips Voice Platform by starting the `snips-*` services:
|
||||
|
||||
```bash
|
||||
$ sudo systemctl start "snips-*"
|
||||
sudo systemctl start "snips-*"
|
||||
```
|
||||
|
||||
Snips is now ready to take voice commands from the microphone. To trigger the listening, simply say
|
||||
@ -185,8 +184,6 @@ SetTimer:
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
||||
|
||||
### {% linkable_title Sending TTS Notifications %}
|
||||
|
||||
You can send TTS notifications to Snips using the `snips.say` and `snips.say_action` services. `say_action` starts a session and waits for user response, "Would you like me to close the garage door?", "Yes, close the garage door".
|
||||
@ -209,7 +206,6 @@ You can send TTS notifications to Snips using the `snips.say` and `snips.say_act
|
||||
| `can_be_enqueued` | yes | If True, session waits for an open session to end, if False session is dropped if one is running. |
|
||||
| `intent_filter` | yes | Array of Strings - A list of intents names to restrict the NLU resolution to on the first query. |
|
||||
|
||||
|
||||
### {% linkable_title Snips Support %}
|
||||
|
||||
There is an active [discord](https://discordapp.com/invite/3939Kqx) channel for further support.
|
||||
@ -308,4 +304,3 @@ intent_script:
|
||||
and {{ states('sensor.dark_sky_weather_hourly_summary') }}
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
@ -100,7 +100,6 @@ Night Sound and Speech Enhancement modes are only supported on Sonos PLAYBAR and
|
||||
| `night_sound` | yes | Boolean to control Night Sound mode.
|
||||
| `speech_enhance` | yes | Boolean to control Speech Enhancement mode.
|
||||
|
||||
|
||||
## {% linkable_title Advanced use %}
|
||||
|
||||
For advanced uses, there are some manual configuration options available.
|
||||
@ -140,4 +139,3 @@ sonos:
|
||||
This component is using the [SoCo](https://github.com/SoCo/SoCo) project.
|
||||
|
||||
To be able to support the Sonos components and features it is mandatory to have TCP port 1400 opened. This port is used to receive events about changes on the Sonos network. For more details please see the [SoCo documentation](https://github.com/SoCo/SoCo) and source code of the SoCo project.
|
||||
|
||||
|
@ -19,6 +19,8 @@ below the horizon. The sun can be used within automation as
|
||||
[sun_trigger]: /docs/automation/trigger/#sun-trigger
|
||||
[sun_condition]: /docs/scripts/conditions/#sun-condition
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sun:
|
||||
@ -35,7 +37,7 @@ elevation:
|
||||
<img src='/images/screenshots/more-info-dialog-sun.png' />
|
||||
</p>
|
||||
|
||||
### {% linkable_title Implementation Details %}
|
||||
## {% linkable_title Implementation Details %}
|
||||
|
||||
The sun's event listener will call the service when the sun rises or sets with
|
||||
an offset.
|
||||
@ -52,7 +54,7 @@ which event (sunset or sunrise) and the offset.
|
||||
}
|
||||
```
|
||||
|
||||
#### {% linkable_title Maintains entity `sun.sun` %}
|
||||
### {% linkable_title Maintains entity `sun.sun` %}
|
||||
|
||||
| Possible state | Description |
|
||||
| --------- | ----------- |
|
||||
|
@ -13,7 +13,6 @@ ha_iot_class: "Local Polling"
|
||||
ha_release: 0.19
|
||||
---
|
||||
|
||||
|
||||
The `acer_projector` switch platform allows you to control the state of RS232 connected projectors from [Acer](http://www.acer.com).
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
@ -13,7 +13,6 @@ ha_release: pre 0.7
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
|
||||
The `arduino` switch platform allows you to control the digital pins of your [Arduino](https://www.arduino.cc/) board. Support for switching pins is limited to high/on and low/off of the digital pins. PWM (pin 3, 5, 6, 9, 10, and 11 on an Arduino Uno) is not supported yet.
|
||||
|
||||
To enable the Arduino pins with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
@ -59,4 +58,3 @@ pins:
|
||||
{% endconfiguration %}
|
||||
|
||||
The digital pins are numbered from 0 to 13 on a Arduino UNO. The available pins are 2 till 13. For testing purposes you can use pin 13 because with that pin you can control the internal LED.
|
||||
|
||||
|
@ -44,9 +44,10 @@ switch:
|
||||
function1:
|
||||
name: Light Desk
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
resource:
|
||||
description: IP address and schema of the device that is exposing an aREST API, e.g., http://192.168.1.10 (no-trailing slash)
|
||||
description: IP address and schema of the device that is exposing an aREST API, e.g., `http://192.168.1.10` (no-trailing slash)
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
@ -78,9 +79,8 @@ functions:
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
You can still switch your pins with a web browser or a command line tool. Use the URL http://192.168.1.10/digital/8/1 to set pin 8 to high/on, the JSON response will give you the feedback.
|
||||
You can still switch your pins with a web browser or a command line tool. Use the URL `http://192.168.1.10/digital/8/1` to set pin 8 to high/on, the JSON response will give you the feedback.
|
||||
|
||||
```json
|
||||
{"message": "Pin D8 set to 1", "id": "sensor02", "name": "livingroom", "connected": true}
|
||||
```
|
||||
|
||||
|
@ -15,6 +15,8 @@ ha_iot_class: "Local Polling"
|
||||
|
||||
This `Broadlink` switch platform allow to you control Broadlink [devices](http://www.ibroadlink.com/).
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To enable it, add the following lines to your `configuration.yaml`:
|
||||
|
||||
```yaml
|
||||
@ -93,7 +95,7 @@ slots:
|
||||
|
||||
Information about how to install on Windows can be found [here](/components/sensor.broadlink/#microsoft-windows-installation).
|
||||
|
||||
### {% linkable_title How to obtain IR/RF packets? %}
|
||||
## {% linkable_title How to obtain IR/RF packets? %}
|
||||
|
||||
Choose Call Service from the Developer Tools. Choose the service `switch.broadlink_learn_command` from the list of **Available services:** and hit **CALL SERVICE**. Press the button on your remote with in 20 seconds. The packet will be printed as a persistent notification in the States page of the web interface.
|
||||
|
||||
@ -173,7 +175,7 @@ switch:
|
||||
slot_4: 'Speaker slot'
|
||||
```
|
||||
|
||||
### {% linkable_title Service `broadlink_send_packet` %}
|
||||
## {% linkable_title Service `broadlink_send_packet` %}
|
||||
|
||||
You can use the service `switch.broadlink_send_packet` to directly send IR packets without the need to assign a switch entity for each command.
|
||||
|
||||
@ -194,7 +196,7 @@ script:
|
||||
- "JgBGAJSTFDUUNhM2ExITEhMSExITEhM2EzYTNhQRFBEUERQRFBEUNRQ2ExITNhMSExITNhMSExITEhM2ExITNhQ1FBEUNhMADQUAAA=="
|
||||
```
|
||||
|
||||
### {% linkable_title Using E-Control Remotes %}
|
||||
## {% linkable_title Using E-Control Remotes %}
|
||||
|
||||
If you already have your remotes learned on E-Control app you can use this method to "copy" them to Home Assistant.
|
||||
|
||||
@ -226,9 +228,11 @@ First get or learn all the remotes you want to add to Home Assistant in E-Contro
|
||||
|
||||
6. Install python-broadlink library:
|
||||
|
||||
1. `git clone https://github.com/mjg59/python-broadlink.git`
|
||||
2. `cd python-broadlink`
|
||||
3. `sudo python setup.py install`
|
||||
```bash
|
||||
git clone https://github.com/mjg59/python-broadlink.git
|
||||
cd python-broadlink
|
||||
sudo python setup.py install
|
||||
```
|
||||
|
||||
7. Test the codes
|
||||
Use the `sendcode` script you have already downloaded to test the codes you got from the device.
|
||||
@ -237,10 +241,10 @@ When run the script, you know the code works when get message .
|
||||
Code sent...
|
||||
Not every code works.
|
||||
|
||||
8. Convert the HEX codes to base64
|
||||
8. Convert the HEX codes to base64.
|
||||
Use [this](http://tomeko.net/online_tools/hex_to_base64.php?lang=en1) tool to convert the hex codes to base64 for use with Home Assistant.
|
||||
|
||||
### {% linkable_title Using iOS and Windows to Obtain Codes %}
|
||||
## {% linkable_title Using iOS and Windows to Obtain Codes %}
|
||||
|
||||
1. Use the E-Control app to learn the codes from all of your suitable remotes. Depending on the remote, try to add useful names for the buttons and/or the remotes. This will mean that you should only have to run this process once and will help with getting them quickly into Home Assistant. Dump the files in the app by navigating to the hamburger icon, select `share and select`, then choose `Share to other phones on WLAN`.
|
||||
|
||||
@ -256,7 +260,9 @@ Use [this](http://tomeko.net/online_tools/hex_to_base64.php?lang=en1) tool to co
|
||||
4. Open iBackup viewer then select the iOS backup that you created. Navigate to the App icon and then scroll until you find e-control.app, select this. Select and extract the files jsonButton, jsonIrCode and jsonSublr; they will be located in the Documents/SharedData section. Put these in the same location as the getBroadlinkSharedData.py.
|
||||
|
||||
5. Now open a Command Prompt and navigate to the directory where the aforementioned files are located e.g. C:\Python27. Now run the command python getBroadlinkSharedData.py, you should see something like this:
|
||||
```C:\Python27>python getBroadlinkSharedData.py
|
||||
|
||||
```bash
|
||||
C:\Python27>python getBroadlinkSharedData.py
|
||||
ID: 1 | Name: TV
|
||||
ID: 2 | Name: Upstairs
|
||||
ID: 3 | Name: Sort in order
|
||||
@ -276,15 +282,17 @@ ID: 16 | Name: Fire TV
|
||||
ID: 17 | Name: New RF Remote
|
||||
```
|
||||
|
||||
6. Select the remote ID you would like to extract:
|
||||
```Select accessory ID: 5
|
||||
Select the remote ID you would like to extract:
|
||||
|
||||
```bash
|
||||
Select accessory ID: 5
|
||||
[+] You selected: TV
|
||||
[+] Dumping codes to TV.txt
|
||||
```
|
||||
|
||||
7. Now there should be a file with the name of the remote you chose in the same directory ending in `.txt`. Open that up and it will contain the Base64 code required for Home Assistant. To ensure these codes work correctly you may need to add `==` to the end of the code in your config.yaml file (or wherever you have your switches).
|
||||
6. Now there should be a file with the name of the remote you chose in the same directory ending in `.txt`. Open that up and it will contain the Base64 code required for Home Assistant. To ensure these codes work correctly you may need to add `==` to the end of the code in your config.yaml file (or wherever you have your switches).
|
||||
|
||||
### {% linkable_title Using Windows to Obtain Codes with Broadlink Manager %}
|
||||
## {% linkable_title Using Windows to Obtain Codes with Broadlink Manager %}
|
||||
|
||||
1. Install Broadlink Manager from this SourceForge link [here](https://sourceforge.net/projects/broadlink-manager/).
|
||||
2. Open the application and hit "scan" to activate your broadlink device.
|
||||
|
@ -13,7 +13,6 @@ ha_release: 0.57
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
|
||||
The `deluge` switch platform allows you to control your [Deluge](http://deluge-torrent.org/) client from within Home Assistant. The platform enables you switch all your torrents in pause, and then unpause them all.
|
||||
|
||||
To add Deluge to your installation, add the following to your `configuration.yaml` file:
|
||||
|
@ -13,10 +13,9 @@ ha_release: 0.35
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
|
||||
The `digitalloggers` switch platform allows you to control the state of your [Digital Loggers](http://www.digital-loggers.com/dinfaqs.html) switches.
|
||||
|
||||
### {% linkable_title Configuration %}
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To use your digitalloggers switch in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
@ -13,7 +13,6 @@ ha_iot_class: "Local Polling"
|
||||
ha_release: 0.14
|
||||
---
|
||||
|
||||
|
||||
The `dlink` switch platform allows you to control the state of your [D-Link Wi-Fi Smart Plugs](http://us.dlink.com/product-category/home-solutions/connected-home/smart-plugs/).
|
||||
|
||||
Supported devices (tested):
|
||||
|
@ -12,7 +12,6 @@ ha_category: Switch
|
||||
ha_release: pre 0.7
|
||||
---
|
||||
|
||||
|
||||
This `edimax` switch platform allows you to control the state of your [Edimax](http://www.edimax.com/edimax/merchandise/merchandise_list/data/edimax/global/home_automation_smart_plug/) switches.
|
||||
|
||||
To use your Edimax switch in your installation, add the following to your `configuration.yaml` file:
|
||||
|
@ -16,4 +16,3 @@ ha_release: 0.68
|
||||
The `eufy` platform allows you to control your [Eufy](http://www.eufylife.com) switches from within Home Assistant.
|
||||
|
||||
They will be automatically discovered if the [Eufy](/components/eufy/) component is enabled.
|
||||
|
||||
|
@ -13,7 +13,6 @@ ha_iot_class: "Local Polling"
|
||||
ha_release: 0.38
|
||||
---
|
||||
|
||||
|
||||
The `fritzdect` switch platform allows you to control the state of your [AVM FRITZ!DECT DECT-based wireless switches](https://en.avm.de/products/fritzdect/). The AVM FRITZ!DECT switches need to be paired to your Fritz!Box and then can be monitored and controlled via Home Assistant.
|
||||
|
||||
Supported devices (tested):
|
||||
|
@ -12,7 +12,6 @@ ha_category: Switch
|
||||
ha_release: pre 0.7
|
||||
---
|
||||
|
||||
|
||||
This `hikvisioncam` switch platform allows you to control your motion detection setting on your [Hikvision](http://www.hikvision.com/) camera.
|
||||
|
||||
<p class='note warning'>
|
||||
|
@ -13,16 +13,12 @@ ha_release: 0.59
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
|
||||
The `hive` switch platform integrates your Hive plugs into Home Assistant, enabling control of your devices.
|
||||
|
||||
The platform supports the following Hive products:
|
||||
|
||||
- Hive Active Plug
|
||||
|
||||
|
||||
<p class='note'>
|
||||
Full configuration details can be found on the main [Hive component](/components/hive/) page.
|
||||
</p>
|
||||
|
||||
|
||||
|
@ -103,6 +103,7 @@ monitored_conditions:
|
||||
The Transmission component is continuously monitoring the status of torrents in the target client. Once a torrent is started or completed, an event is triggered on the Home Assistant Bus, which allows to implement any kind of automation.
|
||||
|
||||
Possible events are:
|
||||
|
||||
- transmission_downloaded_torrent
|
||||
- transmission_started_torrent
|
||||
|
||||
|
@ -57,7 +57,7 @@ tariffs:
|
||||
type: list
|
||||
{% endconfiguration %}
|
||||
|
||||
# {% linkable_title Services %}
|
||||
## {% linkable_title Services %}
|
||||
|
||||
### {% linkable_title Service `utility_meter.reset` %}
|
||||
|
||||
@ -114,6 +114,7 @@ utility_meter:
|
||||
```
|
||||
|
||||
Assuming your energy provider tariffs are time based according to:
|
||||
|
||||
- *peak*: from 9h00 to 21h00
|
||||
- *offpeak*: from 21h00 to 9h00 next day
|
||||
|
||||
@ -132,11 +133,13 @@ automation:
|
||||
- service: utility_meter.next_tariff
|
||||
entity_id: utility_meter.monthly_energy
|
||||
```
|
||||
# {% linkable_title Advanced Configuration for DSMR users %}
|
||||
|
||||
## {% linkable_title Advanced Configuration for DSMR users %}
|
||||
|
||||
When using the [DSMR component](https://www.home-assistant.io/components/sensor.dsmr/) to get data from the utility meter, each tariff (peak and off-peak) has a separate sensor. Additionally, there is a separate sensor for gas consumption. The meter switches automatically between tariffs, so an automation is not necessary in this case. But, you do have to setup a few more instances of the `utility_meter` component.
|
||||
|
||||
If you want to create a daily and monthly sensor for each tariff, you have to track separate sensors:
|
||||
|
||||
- `sensor.power_consumption_low` for off-peak power
|
||||
- `sensor.power_consumption_normal` for peak power
|
||||
- `sensor.gas_consumption` for gas consumption
|
||||
|
Loading…
x
Reference in New Issue
Block a user