Skip to content

Commit cae72d5

Browse files
author
ran.zhou
committed
Add redpoint and HeWeather
1 parent 43b706d commit cae72d5

File tree

8 files changed

+748
-0
lines changed

8 files changed

+748
-0
lines changed

configuration.yaml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
homeassistant:
2+
name: Aptiv
3+
latitude: 31.326
4+
longitude: 121.602273
5+
elevation: 0
6+
unit_system: imperial
7+
time_zone: Asia/Shanghai
8+
customize: !include customize.yaml
9+
default_config:
10+
discovery:
11+
tts:
12+
- platform: google_translate
13+
group: !include groups.yaml
14+
automation: !include automations.yaml
15+
script: !include scripts.yaml
16+
redpoint:
17+
sun:
18+
media_player:
19+
- platform: vlc
20+
name: vlc_speaker
21+
sensor:
22+
- platform: HeWeather
23+
city: shanghai
24+
appkey: 1697fec8cff949c49b38e909147b5f56
25+
options:
26+
- pop
27+
- tmp_min
28+
- tmp_max
29+
- wind_dir
30+
- uv
31+
- trav
32+
- flu
33+
- drsg
34+
- cw
35+
- comf
36+
- pm25
37+
- pm10
38+
- qlty
39+
- main
40+
- aqi
41+
- wind_sc
42+
- vis
43+
- pres
44+
- pcpn
45+
- hum
46+
- wind_spd
47+
- cond_txt
48+
- tmp
49+
- fl
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"domain": "HeWeather",
3+
"name": "HeWeather",
4+
"documentation": "https://www.hachina.io/3973.html#comments",
5+
"requirements": ["requests"],
6+
"codeowners": [],
7+
"dependencies": []
8+
}

0 commit comments

Comments
 (0)