From 98c4a34d4d21e0a5c231ba361f2ea5a25c56b9d0 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 2 Jan 2021 19:43:35 +0100 Subject: [PATCH] Added HomeKit --- README.md | 3 ++- components/homekit.yaml | 20 ++++++++++++++++++++ configuration.yaml | 27 ++++++--------------------- 3 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 components/homekit.yaml diff --git a/README.md b/README.md index 53e47d7c..20f2b6c6 100644 --- 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 index 00000000..d77c4195 --- /dev/null +++ b/components/homekit.yaml @@ -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 diff --git a/configuration.yaml b/configuration.yaml index 636080bf..397041d1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 -- 2.47.3