Skip to content

Commit 9568271

Browse files
authored
Add binary sensors to Volvo integration (#40449)
1 parent 2878c98 commit 9568271

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

source/_integrations/volvo.markdown

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,61 @@ The **Volvo** integration provides the following entities.
4949

5050
### All engine types
5151

52+
#### Binary sensors
53+
54+
- **Brake fluid**: Indicates if the brake fluid level is too low
55+
- **Brake light center**: Warns of a failure in the center brake light
56+
- **Brake light left**: Warns of a failure in the left brake light
57+
- **Brake light right**: Warns of a failure in the right brake light
58+
- **Coolant level**: Indicates if the engine coolant level is too low
59+
- **Daytime running light left**: Warns of a failure in the left daytime running light
60+
- **Daytime running light right**: Warns of a failure in the right daytime running light
61+
- **Door front left**<sup>*</sup>: Detects if the front left door is open or closed
62+
- **Door front right**<sup>*</sup>: Detects if the front right door is open or closed
63+
- **Door rear left**<sup>*</sup>: Detects if the rear left door is open or closed
64+
- **Door rear right**<sup>*</sup>: Detects if the rear right door is open or closed
65+
- **Engine status**: Shows if the engine is currently running
66+
- **Fog light front**: Warns of a failure in the front fog light
67+
- **Fog light rear**: Warns of a failure in the rear fog light
68+
- **Hazard lights**: Warns of a failure in the hazard lights
69+
- **High beam left**: Warns of a failure in the left high beam
70+
- **High beam right**: Warns of a failure in the right high beam
71+
- **Hood**<sup>*</sup>: Detects if the hood is open or closed
72+
- **Low beam left**: Warns of a failure in the left low beam
73+
- **Low beam right**: Warns of a failure in the right low beam
74+
- **Oil level**<sup>*</sup>: Indicates oil level warnings and service requirements
75+
- **Position light front left**: Warns of a failure in the front left position light
76+
- **Position light front right**: Warns of a failure in the front right position light
77+
- **Position light rear left**: Warns of a failure in the rear left position light
78+
- **Position light rear right**: Warns of a failure in the rear right position light
79+
- **Registration plate light**: Warns of a failure in the registration plate light
80+
- **Reverse lights**: Warns of a failure in the reverse lights
81+
- **Service**<sup>*</sup>: Indicates if service is required for the vehicle
82+
- **Side mark lights**: Warns of a failure in the side mark lights
83+
- **Sunroof**<sup>*</sup>: Detects if the sunroof is open or closed
84+
- **Tailgate**<sup>*</sup>: Detects if the tailgate is open or closed
85+
- **Tank lid**<sup>*</sup>: Detects if the tank lid is open or closed
86+
- **Tire front left**<sup>*</sup>: Indicates pressure warnings for the front left tire
87+
- **Tire front right**<sup>*</sup>: Indicates pressure warnings for the front right tire
88+
- **Tire rear left**<sup>*</sup>: Indicates pressure warnings for the rear left tire
89+
- **Tire rear right**<sup>*</sup>: Indicates pressure warnings for the rear right tire
90+
- **Turn indication front left**: Warns of a failure in the front left turn indicator
91+
- **Turn indication front right**: Warns of a failure in the front right turn indicator
92+
- **Turn indication rear left**: Warns of a failure in the rear left turn indicator
93+
- **Turn indication rear right**: Warns of a failure in the rear right turn indicator
94+
- **Washer fluid**: Indicates if the washer fluid level is too low
95+
- **Window front left**<sup>*</sup>: Detects if the front left window is open or closed
96+
- **Window front right**<sup>*</sup>: Detects if the front right window is open or closed
97+
- **Window rear left**<sup>*</sup>: Detects if the rear left window is open or closed
98+
- **Window rear right**<sup>*</sup>: Detects if the rear right window is open or closed
99+
100+
{% note %}
101+
Each binary sensor marked with "\*" has:
102+
103+
- An attribute indicating details about the status.
104+
- A regular sensor, that is disabled by default, having the status as value.
105+
{% endnote %}
106+
52107
#### Sensors
53108

54109
- **Car connection**: Connectivity of the car
@@ -72,7 +127,7 @@ The **Volvo** integration provides the following entities.
72127

73128
#### Sensors for specific models
74129

75-
Go to Volvo's developer portal to view [the list of supported models](https://developer.volvocars.com/apis/energy/v1/overview/#availability).
130+
Go to Volvo's developer portal to view [the list of supported models](https://developer.volvocars.com/apis/energy/v2/overview/#availability).
76131

77132
- **Charging connection status**: Charging connection status
78133
- **Charging limit**: Charging limit configured in the car

0 commit comments

Comments
 (0)