mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
3ad562c594
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -10,6 +10,10 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -55,7 +55,7 @@ Automation:
|
||||
- **on_sunset** (*Optional*, :ref:`Automation <automation>`): An automation to perform at sunset
|
||||
when the sun crosses a specified angle.
|
||||
|
||||
- **elevation** (*Optional*, float): The elevation to cross. Defaults to -0.833° (the horizon, slightly less than 0° to compensate for atmospheric refraction).```
|
||||
- **elevation** (*Optional*, float): The elevation to cross. Defaults to -0.833° (the horizon, slightly less than 0° to compensate for atmospheric refraction).
|
||||
|
||||
``sun`` Sensor
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user