Skip to content

Commit

Permalink
Add docs for car speed sensor (#1119)
Browse files Browse the repository at this point in the history
* Add docs for car speed sensor

* Update sensors.md
  • Loading branch information
dshokouhi authored Oct 16, 2024
1 parent b5f1edb commit fd75124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/core/sensors.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ The sensors listed below describe the state of the car for a few different data
| `car_fuel` | The percentage of fuel remaining |
| `car_fuel_type` | List of available fuel types for the car. |
| `car_name` | The name of the car. The manufacturer name and manufactured year are in the attributes |
| `car_odometer` | The the value of the car odometer in meters |
| `car_odometer` | The value of the car odometer in meters |
| `car_speed` | The speed of the car in meters per second <span class='beta'>BETA</span> |

## Cellular Provider Sensor
The cellular provider sensor displays information about the user’s cellular service provider, such as its unique identifier and whether it allows VoIP calls on its network. `sensor.sim_1` corresponds to the physical SIM card installed and `sensor.sim_2` corresponds to the eSIM (this is only shown if the eSIM is enabled).
Expand Down

0 comments on commit fd75124

Please sign in to comment.