mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
[CI] compile entire web_server during tests (#7084)
This commit is contained in:
parent
72cbfd8fea
commit
44d609b205
1 changed files with 35 additions and 0 deletions
|
@ -5,3 +5,38 @@ wifi:
|
||||||
web_server:
|
web_server:
|
||||||
port: 8080
|
port: 8080
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
binary_sensor:
|
||||||
|
cover:
|
||||||
|
fan:
|
||||||
|
light:
|
||||||
|
sensor:
|
||||||
|
switch:
|
||||||
|
button:
|
||||||
|
text_sensor:
|
||||||
|
climate:
|
||||||
|
number:
|
||||||
|
text:
|
||||||
|
select:
|
||||||
|
lock:
|
||||||
|
valve:
|
||||||
|
alarm_control_panel:
|
||||||
|
api:
|
||||||
|
time:
|
||||||
|
- platform: homeassistant
|
||||||
|
id: homeassistant_time
|
||||||
|
datetime:
|
||||||
|
- platform: template
|
||||||
|
id: my_datetime_date
|
||||||
|
type: date
|
||||||
|
optimistic: yes
|
||||||
|
- platform: template
|
||||||
|
id: my_datetime_time
|
||||||
|
type: time
|
||||||
|
optimistic: yes
|
||||||
|
- platform: template
|
||||||
|
id: my_datetime
|
||||||
|
type: datetime
|
||||||
|
optimistic: yes
|
||||||
|
event:
|
||||||
|
update:
|
||||||
|
|
Loading…
Reference in a new issue