mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Minimizing of the configuration sample (#1015)
This commit is contained in:
parent
6db2d90ee5
commit
ce12069456
@ -21,7 +21,6 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: dte_energy_bridge
|
- platform: dte_energy_bridge
|
||||||
ip: 192.168.1.11
|
ip: 192.168.1.11
|
||||||
name: DTE Energy
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -10,6 +10,7 @@ footer: true
|
|||||||
logo: efergy.png
|
logo: efergy.png
|
||||||
ha_category: Energy
|
ha_category: Energy
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -18,15 +19,15 @@ Integrate your [Efergy](https://efergy.com) meter information into Home Assistan
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: efergy
|
- platform: efergy
|
||||||
app_token: APP_TOKEN
|
app_token: APP_TOKEN
|
||||||
utc_offset: UTC_OFFSET
|
utc_offset: UTC_OFFSET
|
||||||
monitored_variables:
|
monitored_variables:
|
||||||
- type: instant_readings
|
- type: instant_readings
|
||||||
- type: budget
|
- type: budget
|
||||||
- type: cost
|
- type: cost
|
||||||
period: day
|
period: day
|
||||||
currency: $
|
currency: $
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -10,6 +10,7 @@ footer: true
|
|||||||
logo: eliq.png
|
logo: eliq.png
|
||||||
ha_category: Energy
|
ha_category: Energy
|
||||||
ha_release: "0.10"
|
ha_release: "0.10"
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -20,10 +21,8 @@ To enable this sensor in your installation, add the following to your `configura
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: eliqonline
|
- platform: eliqonline
|
||||||
access_token: ACCESS_TOKEN
|
access_token: ACCESS_TOKEN
|
||||||
name: Power consumption
|
|
||||||
channel_id: CHANNEL_ID
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -10,12 +10,11 @@ footer: true
|
|||||||
logo: loop.png
|
logo: loop.png
|
||||||
ha_category: Energy
|
ha_category: Energy
|
||||||
ha_release: 0.17
|
ha_release: 0.17
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Integrate your [Loop Energy](https://www.your-loop.com/) meter information into Home Assistant.
|
Integrate your [Loop Energy](https://www.your-loop.com/) meter information into Home Assistant. To use this sensor you need the the client serial number and secret keys for your devices.
|
||||||
|
|
||||||
To use this sensor you need the the client serial number and secret keys for your devices.
|
|
||||||
|
|
||||||
The library used to get the data isn't officially supported and the only way to get the keys is to log into loop energy's website and type a command into your browser console.
|
The library used to get the data isn't officially supported and the only way to get the keys is to log into loop energy's website and type a command into your browser console.
|
||||||
|
|
||||||
@ -51,8 +50,6 @@ sensor:
|
|||||||
gas:
|
gas:
|
||||||
gas_serial: 'GAS_SERIAL'
|
gas_serial: 'GAS_SERIAL'
|
||||||
gas_secret: 'GAS_SECRET'
|
gas_secret: 'GAS_SECRET'
|
||||||
gas_type: imperial
|
|
||||||
gas_calorific: 38.2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -24,8 +24,8 @@ You can find your OhmConnect ID under "Open Source Projects" on the [settings pa
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: ohmconnect
|
- platform: ohmconnect
|
||||||
id: AbCd1e
|
id: AbCd1e
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user