mirror of
https://github.com/esphome/esphome.git
synced 2025-09-24 22:22:22 +01:00
Consolidate test files where all tests are identical (#6690)
This commit is contained in:
@@ -1,38 +1 @@
|
||||
wifi:
|
||||
ssid: MySSID
|
||||
password: password1
|
||||
|
||||
api:
|
||||
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: homeassistant_time
|
||||
|
||||
sun:
|
||||
latitude: 48.8584°
|
||||
longitude: 2.2945°
|
||||
on_sunrise:
|
||||
- then:
|
||||
- logger.log: Good morning
|
||||
- elevation: 5°
|
||||
then:
|
||||
- logger.log: Good morning again
|
||||
on_sunset:
|
||||
- then:
|
||||
- logger.log: Good evening
|
||||
|
||||
sensor:
|
||||
- platform: sun
|
||||
name: Sun Elevation
|
||||
type: elevation
|
||||
- platform: sun
|
||||
name: Sun Azimuth
|
||||
type: azimuth
|
||||
|
||||
text_sensor:
|
||||
- platform: sun
|
||||
name: Sun Next Sunrise
|
||||
type: sunrise
|
||||
- platform: sun
|
||||
name: Sun Next Sunset
|
||||
type: sunset
|
||||
<<: !include common.yaml
|
||||
|
Reference in New Issue
Block a user