Skip to content

Commit ce12069

Browse files
authored
Minimizing of the configuration sample (home-assistant#1015)
1 parent 6db2d90 commit ce12069

File tree

5 files changed

+17
-21
lines changed

5 files changed

+17
-21
lines changed

source/_components/sensor.dte_energy_bridge.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
2121
sensor:
2222
- platform: dte_energy_bridge
2323
ip: 192.168.1.11
24-
name: DTE Energy
2524
```
2625
2726
Configuration variables:

source/_components/sensor.efergy.markdown

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: efergy.png
1111
ha_category: Energy
1212
ha_release: pre 0.7
13+
ha_iot_class: "Cloud Polling"
1314
---
1415

1516

@@ -18,15 +19,15 @@ Integrate your [Efergy](https://efergy.com) meter information into Home Assistan
1819
```yaml
1920
# Example configuration.yaml entry
2021
sensor:
21-
platform: efergy
22-
app_token: APP_TOKEN
23-
utc_offset: UTC_OFFSET
24-
monitored_variables:
25-
- type: instant_readings
26-
- type: budget
27-
- type: cost
28-
period: day
29-
currency: $
22+
- platform: efergy
23+
app_token: APP_TOKEN
24+
utc_offset: UTC_OFFSET
25+
monitored_variables:
26+
- type: instant_readings
27+
- type: budget
28+
- type: cost
29+
period: day
30+
currency: $
3031
```
3132
3233
Configuration variables:

source/_components/sensor.eliqonline.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ footer: true
1010
logo: eliq.png
1111
ha_category: Energy
1212
ha_release: "0.10"
13+
ha_iot_class: "Cloud Polling"
1314
---
1415

1516

@@ -20,10 +21,8 @@ To enable this sensor in your installation, add the following to your `configura
2021
```yaml
2122
# Example configuration.yaml entry
2223
sensor:
23-
platform: eliqonline
24-
access_token: ACCESS_TOKEN
25-
name: Power consumption
26-
channel_id: CHANNEL_ID
24+
- platform: eliqonline
25+
access_token: ACCESS_TOKEN
2726
```
2827
2928
Configuration variables:

source/_components/sensor.loop_energy.markdown

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ footer: true
1010
logo: loop.png
1111
ha_category: Energy
1212
ha_release: 0.17
13+
ha_iot_class: "Local Polling"
1314
---
1415

1516

16-
Integrate your [Loop Energy](https://www.your-loop.com/) meter information into Home Assistant.
17-
18-
To use this sensor you need the the client serial number and secret keys for your devices.
17+
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.
1918

2019
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.
2120

@@ -51,8 +50,6 @@ sensor:
5150
gas:
5251
gas_serial: 'GAS_SERIAL'
5352
gas_secret: 'GAS_SECRET'
54-
gas_type: imperial
55-
gas_calorific: 38.2
5653
```
5754

5855
Configuration variables:

source/_components/sensor.ohmconnect.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can find your OhmConnect ID under "Open Source Projects" on the [settings pa
2424
```yaml
2525
# Example configuration.yaml entry
2626
sensor:
27-
platform: ohmconnect
28-
id: AbCd1e
27+
- platform: ohmconnect
28+
id: AbCd1e
2929
```
3030
3131
Configuration variables:

0 commit comments

Comments
 (0)