Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2021-12-08 12:58:05 +13:00
commit 3709af8d3b
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -112,7 +112,7 @@ Configuration variables:
- **name** (**Required**, string): The name of the text sensor.
- **elevation** (*Optional*, float): The elevation to calculate the next sunrise/sunset event
for. Defaults to -0.833° (the horizon, slightly less than 0° to compensate for atmospheric refraction).
- **format** (*Optional*, string): The format to format the time value with, see :ref:`display-strftime`
- **format** (*Optional*, string): The format to format the time value with, see :ref:`strftime`
for more information. Defaults to ``%X``.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.