Mention ISO 8601 (#16176)

Removes ambiguity with an Unix/EPOCH timestamp
This commit is contained in:
Philip Allgaier 2021-01-14 10:12:06 +01:00 committed by GitHub
parent ffc5ec2b1b
commit 7ef0192504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust
- **temperature**: Temperature in °C or °F. - **temperature**: Temperature in °C or °F.
- **power**: Power in W or kW. - **power**: Power in W or kW.
- **pressure**: Pressure in hPa or mbar. - **pressure**: Pressure in hPa or mbar.
- **timestamp**: Datetime object or timestamp string. - **timestamp**: Datetime object or timestamp string (ISO 8601).
- **current**: Current in A. - **current**: Current in A.
- **energy**: Energy in Wh or kWh. - **energy**: Energy in Wh or kWh.
- **power_factor**: Power Factor in %. - **power_factor**: Power Factor in %.