Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for car speed sensor #1119

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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