]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added HomeKit
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 2 Jan 2021 18:43:35 +0000 (19:43 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 2 Jan 2021 18:43:35 +0000 (19:43 +0100)
README.md
components/homekit.yaml [new file with mode: 0644]
configuration.yaml

index 53e47d7c8d632108a2fb5c1976eb0b5e07c29653..20f2b6c6d60c23028df039be81c3c9600dd59f29 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,8 @@ My server is an Intel NUC (NUC5i5RYH) with [XCP-ng Hypervisor](https://xcp-ng.or
 * Sony Android TV (KD-55XF8596)
 * Canon Printer (TR8550)
 * QNAP NAS (TS-228A)
-* ~~Mercedes Me (Mercedes-Benz A200d)~~
+* Mercedes Me (Mercedes-Benz A200d)
+* HomeKit
 
 ## Installation
 * Clone repository
diff --git a/components/homekit.yaml b/components/homekit.yaml
new file mode 100644 (file)
index 0000000..d77c419
--- /dev/null
@@ -0,0 +1,20 @@
+######################################################################
+# Component: Homekit
+######################################################################
+
+name: Casa Ravera-Testa
+#port: 51827
+#mode: bridge
+filter:
+  include_domains:
+    - climate
+    - cover
+    - light
+    - sensor
+    - switch
+  exclude_entities:
+    - cover.tapparelle_casa
+    - light.luci_casa
+    - light.luci_bagno
+    - light.luci_sala
+    - switch.zigbee2mqtt_abilita_join
index 636080bf4c0073ba76fa19d21812033e4980db22..397041d110dd66816ece261d99a1314a2c9a51ce 100644 (file)
@@ -156,9 +156,6 @@ device_tracker: !include_dir_merge_list device_tracker/
 # Notification
 notify: !include_dir_merge_list notify/
 
-# Person (moved to UI)
-# person: !include_dir_merge_list person/
-
 # Shell commands
 shell_command: !include_dir_merge_named shell_command/
 
@@ -172,27 +169,18 @@ weather: !include components/weather.yaml
 # Integrations
 ######################################################################
 
-# Google Cast (moved to UI)
-#cast: !include components/cast.yaml
-
-# UPNP (moved to UI)
-#upnp:
-
-# Multimedia (moved to UI)
-#media_player: !include_dir_merge_list media_player/
-
-# MQTT (moved to UI)
-#mqtt: !include components/mqtt.yaml
-
-# Netatmo
-netatmo: !include components/netatmo.yaml
-
 # Google Assistant
 google_assistant: !include components/google_assistant.yaml
 
 # Google Calendar
 google: !include components/google_calendar.yaml
 
+# Homekit
+homekit: !include components/homekit.yaml
+
+# Netatmo
+netatmo: !include components/netatmo.yaml
+
 # Speed Test
 speedtestdotnet: !include components/speedtest.yaml
 
@@ -200,8 +188,5 @@ speedtestdotnet: !include components/speedtest.yaml
 # Custom Components
 ###########################################################
 
-# HACS (moved to UI)
-#hacs: !include components/hacs.yaml
-
 # Mercedes Me
 #mercedesmeapi: !include components/mercedesme.yaml