ソースを参照

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

+ 56
- 0
config/known_devices.yaml ファイルの表示

@@ -502,3 +502,59 @@ esp_96d0b9:
502 502
   name: ESP-96D0B9
503 503
   picture:
504 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,7 +2,7 @@ version: '2.0'
2 2
 services:
3 3
   homeassistant:
4 4
     container_name: home-assistant
5
-    image: homeassistant/raspberrypi3-homeassistant:0.85.1
5
+    image: homeassistant/raspberrypi3-homeassistant:0.90.2
6 6
     restart: always
7 7
     devices:
8 8
       - /dev/video0:/dev/video0

読み込み中…
キャンセル
保存