瀏覽代碼

Latest changes.

TheMultiplexer 6 年之前
父節點
當前提交
d2247fecf9
共有 3 個檔案被更改,包括 63 行新增10 行删除
  1. 6
    9
      config/configuration.yaml
  2. 56
    0
      config/known_devices.yaml
  3. 1
    1
      docker-compose.yml

+ 6
- 9
config/configuration.yaml 查看文件

25
 #  default: critical
25
 #  default: critical
26
 #  logs:
26
 #  logs:
27
 #    homeassistant.components.http.ban: warning
27
 #    homeassistant.components.http.ban: warning
28
-  
28
+
29
+system_health:
30
+
29
 # Enables configuration UI
31
 # Enables configuration UI
30
 config:
32
 config:
31
 
33
 
34
 octoprint:
36
 octoprint:
35
   host: 192.168.1.126
37
   host: 192.168.1.126
36
   port: 5000
38
   port: 5000
39
+  bed: true
40
+  number_of_tools: 1
37
   api_key: 4C627EC30E884B1D9B65A7058FC67925
41
   api_key: 4C627EC30E884B1D9B65A7058FC67925
38
 
42
 
39
 weather:
43
 weather:
48
 
52
 
49
 camera:
53
 camera:
50
    - platform: ffmpeg
54
    - platform: ffmpeg
51
-     ffmpeg_bin: /usr/bin/ffmpeg
52
      name: Webcam
55
      name: Webcam
53
      input: -i /dev/video0
56
      input: -i /dev/video0
54
-     extra_arguments: -f video4linux2
55
 
57
 
56
 homekit:
58
 homekit:
57
   filter:
59
   filter:
134
   - platform: mqtt
136
   - platform: mqtt
135
     name: 'Door'
137
     name: 'Door'
136
     state_topic: '9B8785/binary_sensor/door/state'
138
     state_topic: '9B8785/binary_sensor/door/state'
137
-    sensor_class: opening
138
       
139
       
139
 history_graph:
140
 history_graph:
140
   temperature:
141
   temperature:
204
     name: "WS2812B Strip"
205
     name: "WS2812B Strip"
205
     state_topic: "bruh/porch"
206
     state_topic: "bruh/porch"
206
     command_topic: "bruh/porch/set"
207
     command_topic: "bruh/porch/set"
207
-    effect: true
208
     effect_list:
208
     effect_list:
209
       - bpm
209
       - bpm
210
       - candy cane  
210
       - candy cane  
224
       - sinelon  
224
       - sinelon  
225
       - solid  
225
       - solid  
226
       - twinkle  
226
       - twinkle  
227
-    brightness: true
228
-    flash: true
229
-    rgb: true
230
     optimistic: false
227
     optimistic: false
231
     qos: 0
228
     qos: 0
232
 
229
 
289
           service: script.coverstop
286
           service: script.coverstop
290
 
287
 
291
 shell_command:
288
 shell_command:
292
-  turn_off_desktop: 'echo net rpc shutdown --ipaddress 192.168.1.10 --user Joshu%CYNTWyZkRBFik | ssh pi@192.168.1.2'
289
+  turn_off_desktop: 'echo net rpc shutdown --ipaddress 192.168.1.10 --user Joshua%CYNTWyZkRBFik | ssh pi@192.168.1.3'
293
   turn_on_hdmi: 'echo vcgencmd display_power 1 | ssh pi@192.168.1.4'
290
   turn_on_hdmi: 'echo vcgencmd display_power 1 | ssh pi@192.168.1.4'
294
   turn_off_hdmi: 'echo vcgencmd display_power 0 | ssh pi@192.168.1.4'
291
   turn_off_hdmi: 'echo vcgencmd display_power 0 | ssh pi@192.168.1.4'
295
 
292
 

+ 56
- 0
config/known_devices.yaml 查看文件

502
   name: ESP-96D0B9
502
   name: ESP-96D0B9
503
   picture:
503
   picture:
504
   track: false
504
   track: false
505
+
506
+pc_c2ee_fbff_fed3_5e74:
507
+  hide_if_away: false
508
+  icon:
509
+  mac: C0:EE:FB:D3:5E:74
510
+  name: PC---c2ee-fbff-fed3-5e74
511
+  picture:
512
+  track: false
513
+
514
+honor_9_b7c77ffc4befcb15:
515
+  hide_if_away: false
516
+  icon:
517
+  mac: 5C:03:39:39:E6:1A
518
+  name: Honor-9-b7c77ffc4befcb15
519
+  picture:
520
+  track: false
521
+
522
+pc_70_81_eb_a5_15_40:
523
+  hide_if_away: false
524
+  icon:
525
+  mac: 70:81:EB:A5:15:40
526
+  name: PC-70-81-EB-A5-15-40
527
+  picture:
528
+  track: false
529
+
530
+pc_80_82_23_32_38_03:
531
+  hide_if_away: false
532
+  icon:
533
+  mac: 80:82:23:32:38:03
534
+  name: PC-80-82-23-32-38-03
535
+  picture:
536
+  track: false
537
+
538
+pc_44_00_10_04_11_e7:
539
+  hide_if_away: false
540
+  icon:
541
+  mac: 44:00:10:04:11:E7
542
+  name: PC-44-00-10-04-11-E7
543
+  picture:
544
+  track: false
545
+
546
+openwrt_3:
547
+  hide_if_away: false
548
+  icon:
549
+  mac: 0C:80:63:E7:04:06
550
+  name: OpenWrt
551
+  picture:
552
+  track: false
553
+
554
+guidos_iphone:
555
+  hide_if_away: false
556
+  icon:
557
+  mac: 70:14:A6:5C:26:08
558
+  name: Guidos-iPhone
559
+  picture:
560
+  track: false

+ 1
- 1
docker-compose.yml 查看文件

2
 services:
2
 services:
3
   homeassistant:
3
   homeassistant:
4
     container_name: home-assistant
4
     container_name: home-assistant
5
-    image: homeassistant/raspberrypi3-homeassistant:0.85.1
5
+    image: homeassistant/raspberrypi3-homeassistant:0.90.2
6
     restart: always
6
     restart: always
7
     devices:
7
     devices:
8
       - /dev/video0:/dev/video0
8
       - /dev/video0:/dev/video0

Loading…
取消
儲存