From 74b26d136a3d58d65c988cfc166dfe4395616f5b Mon Sep 17 00:00:00 2001 From: Christian Kauer Date: Sat, 20 Nov 2021 17:39:22 +0100 Subject: [PATCH] add: office-lights --- .../hacs_repositories.cpython-39.pyc | Bin 2032 -> 2032 bytes .../hacs_repository_data.cpython-39.pyc | Bin 2817 -> 2817 bytes .../__pycache__/__init__.cpython-310.pyc | Bin 344 -> 0 bytes .../__pycache__/version.cpython-310.pyc | Bin 179 -> 0 bytes .../__pycache__/calendar.cpython-39.pyc | Bin 2300 -> 2300 bytes .../service/__pycache__/ICS.cpython-39.pyc | Bin 1728 -> 1728 bytes entities/lights/office_sw1.yaml | 9 +++++++++ entities/lights/office_sw2.yaml | 9 +++++++++ integrations/alexa.yaml | 1 + scenes/attic_breakfasttime.yaml | 4 ++++ scenes/attic_homeoffice.yaml | 4 ++++ scenes/attic_sleeptime.yaml | 4 ++++ scenes/attic_tvtime.yaml | 8 ++++++-- 13 files changed, 37 insertions(+), 2 deletions(-) delete mode 100644 custom_components/hacs/hacs_frontend/__pycache__/__init__.cpython-310.pyc delete mode 100644 custom_components/hacs/hacs_frontend/__pycache__/version.cpython-310.pyc create mode 100644 entities/lights/office_sw1.yaml create mode 100644 entities/lights/office_sw2.yaml diff --git a/custom_components/hacs/api/__pycache__/hacs_repositories.cpython-39.pyc b/custom_components/hacs/api/__pycache__/hacs_repositories.cpython-39.pyc index 9fb1f9e5e1a59e0de23abbf200620f6c9ae26284..e17d301d2a980d9ab4a5dbfbe62df4f7769da893 100644 GIT binary patch delta 283 zcmeys|ABu)DHCJV<}#)|j7s7R3=DpnW<|_E`W8=7YC(Q+W=VcgW@_;*mXySj#3Ihg zAuQ!=96;$JuE}Ru)Y;TQOrgm?SrjMBv&z&b-J delta 281 zcmeys|ABu)DHG$Z&1Fn`7?mU#7#RFC&5D?T^evvE)Pnrt%#!?~%+%srEGda4iA7wK zLs-fgIVWFaQD+kZDk{>L{EtPEsYr6N46A&-G)NnFenDzpd}eWRX=-tiEJ%$UNSHl2 zKd&S;ujCd>L1Ib9E!Ld;f~%L RXHk%3ktHf&HTf`?9RPT76vO}k diff --git a/custom_components/hacs/hacs_frontend/__pycache__/__init__.cpython-310.pyc b/custom_components/hacs/hacs_frontend/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index ed156192454ebd26b646b5183ced0e2399917cd3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 344 zcmY*U%}T^D5Kgk)ZCSPtAb9ZF!y51=s3?n~mkJg<^x#mNXd`VCk|^w+eF5<)e5GDJ z?JMlb$ttJ=^G&|_`S_yKbV@Kb?{C!|*3Urx219a+>2?tWDT$zhwX|a;qeP5E^h(N+ z7#Ad)tkTP~MX`5bb?;>_))X%?I>fim;ji{ zHvk{RjVvVt-9xC=^Neirm7u0{21W?s#hLh-z4J%b+89foMMDfAbPX`XFVZ@tdm9$E<6jTouL%x@g`kf?ty-CQ1P5#~=3bg z#4VPT#FEq^HV|JLB*#`HH2Eg0JfqC!pR5{;Y;qt8vB~P}#*A{4quFJE##FG&GfGdM v!JaKI3^IVDpeVl}wWy@BNED=27DOn42%;5SUw0048D2owMS delta 25 hcmX@Wdw_R?8!KbfWOvqkj24sC*diG%CpWM;003(V2a*5) diff --git a/entities/lights/office_sw1.yaml b/entities/lights/office_sw1.yaml new file mode 100644 index 0000000..36cae29 --- /dev/null +++ b/entities/lights/office_sw1.yaml @@ -0,0 +1,9 @@ +# https://www.home-assistant.io/integrations/light.group/ +# +# switch als Licht einbinden, so dass eine Grupperung als light möglich ist +# https://community.home-assistant.io/t/light-groups-making-me-crazy/180978/6 +platform: switch +name: Licht Büro Regal +entity_id: switch.double_switch_node19_7 + + diff --git a/entities/lights/office_sw2.yaml b/entities/lights/office_sw2.yaml new file mode 100644 index 0000000..e163d98 --- /dev/null +++ b/entities/lights/office_sw2.yaml @@ -0,0 +1,9 @@ +# https://www.home-assistant.io/integrations/light.group/ +# +# switch als Licht einbinden, so dass eine Grupperung als light möglich ist +# https://community.home-assistant.io/t/light-groups-making-me-crazy/180978/6 +platform: switch +name: Bürolicht +entity_id: switch.double_switch_node19_2_6 + + diff --git a/integrations/alexa.yaml b/integrations/alexa.yaml index a19b39a..256d431 100644 --- a/integrations/alexa.yaml +++ b/integrations/alexa.yaml @@ -31,6 +31,7 @@ alexa: - light.kitchenlights - light.stricklicht - switch.tannenbaum + - light.licht_buero_decke # entity_config: # switch.tannenbaum: diff --git a/scenes/attic_breakfasttime.yaml b/scenes/attic_breakfasttime.yaml index 9c5e6e0..e1da6eb 100644 --- a/scenes/attic_breakfasttime.yaml +++ b/scenes/attic_breakfasttime.yaml @@ -16,3 +16,7 @@ entities: state: "on" switch.metered_wall_plug_switch_node4: state: "on" + light.licht_buero_regal: + state: "off" + light.licht_buero_decke: + state: "off" \ No newline at end of file diff --git a/scenes/attic_homeoffice.yaml b/scenes/attic_homeoffice.yaml index 12d0007..bda4e72 100644 --- a/scenes/attic_homeoffice.yaml +++ b/scenes/attic_homeoffice.yaml @@ -16,3 +16,7 @@ entities: state: "off" switch.metered_wall_plug_switch_node4: state: "on" + light.licht_buero_regal: + state: "off" + light.licht_buero_decke: + state: "on" \ No newline at end of file diff --git a/scenes/attic_sleeptime.yaml b/scenes/attic_sleeptime.yaml index 516c379..4c823f2 100644 --- a/scenes/attic_sleeptime.yaml +++ b/scenes/attic_sleeptime.yaml @@ -13,4 +13,8 @@ entities: light.kitchenlights: state: "off" switch.metered_wall_plug_switch_node4: + state: "off" + light.licht_buero_regal: + state: "off" + light.licht_buero_decke: state: "off" \ No newline at end of file diff --git a/scenes/attic_tvtime.yaml b/scenes/attic_tvtime.yaml index 76fc5f2..982d1e5 100644 --- a/scenes/attic_tvtime.yaml +++ b/scenes/attic_tvtime.yaml @@ -20,7 +20,7 @@ entities: light.wohnzimmerlichter: state: "on" color_temp: 400 - brightness: 230 + brightness: 240 # 0-255 hs_color: - 28.874 - 72.522 @@ -38,4 +38,8 @@ entities: light.kitchenlights: state: "off" switch.metered_wall_plug_switch_node4: - state: "on" \ No newline at end of file + state: "on" + light.licht_buero_regal: + state: "off" + light.licht_buero_decke: + state: "off" \ No newline at end of file