From a2e53bdb5fcca53b294c4b2590bc8362b53a2c31 Mon Sep 17 00:00:00 2001 From: aegjoyce <47081267+aegjoyce@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:08:17 +0100 Subject: [PATCH] update --- custom_components/.DS_Store | Bin 6148 -> 6148 bytes custom_components/custom_ambilight/.DS_Store | Bin 0 -> 6148 bytes .../custom_ambilight/__init__.py | 3 +++ 3 files changed, 3 insertions(+) create mode 100644 custom_components/custom_ambilight/.DS_Store diff --git a/custom_components/.DS_Store b/custom_components/.DS_Store index ee9540a4ad437d4f06cc5a89828b5fa4162f35e7..faa279186e0ae137ab9738d26e47c0d81d59ef31 100644 GIT binary patch delta 21 ccmZoMXffEZfr-P!)IvwW*wkY44kjN_07&2lE&u=k delta 21 ccmZoMXffEZfr-Py&{Rjk$jEr}4kjN_07!@iA^-pY diff --git a/custom_components/custom_ambilight/.DS_Store b/custom_components/custom_ambilight/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..38734ca2de71d90578b12a191d5ff30a57f26d5c GIT binary patch literal 6148 zcmeHKJ8Hu~5S@u#2;8`IxmU;y7U7)02atb(6aoc8igc=cE+5TrJ{W}TCXgn)ftj~E znx|!7q0xwlw%_Mhk+q04a6`FRn43K}pV>=h6bQ#VPI7>M$h&m2>c}_IdtuEgkdX>d0V;4;z`hR!Zden?K>u_g_y_=8 zBJGB?&l13531Cee1CfDgP=P_!95FQL$d|0EiDO{UMRWMjJXv!>Q9m8;FJ3NM0~x6R z6__fpi0#_?{~P?t{68geM+KA!1r*gxx&q`b_#;GW1zQV hY^)t`yeR65t?|4jj)6``-swR8445u7D)83|+yF)|6_)@2 literal 0 HcmV?d00001 diff --git a/custom_components/custom_ambilight/__init__.py b/custom_components/custom_ambilight/__init__.py index 6e8da09..989e6f4 100644 --- a/custom_components/custom_ambilight/__init__.py +++ b/custom_components/custom_ambilight/__init__.py @@ -59,3 +59,6 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: hass.data[DOMAIN].pop(entry.entry_id) return unload_ok + + +#