From 37ccf87516f44a1661488caf9edbb4039b380b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 15 Jul 2018 00:03:36 +0300 Subject: [PATCH] Remove unnecessary executable permissions (#15469) --- homeassistant/components/climate/fritzbox.py | 0 homeassistant/components/cover/group.py | 0 homeassistant/components/fritzbox.py | 0 homeassistant/components/sensor/wirelesstag.py | 0 homeassistant/components/switch/amcrest.py | 0 homeassistant/components/switch/fritzbox.py | 0 tests/components/cover/test_init.py | 0 tests/fixtures/pushbullet_devices.json | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 homeassistant/components/climate/fritzbox.py mode change 100755 => 100644 homeassistant/components/cover/group.py mode change 100755 => 100644 homeassistant/components/fritzbox.py mode change 100755 => 100644 homeassistant/components/sensor/wirelesstag.py mode change 100755 => 100644 homeassistant/components/switch/amcrest.py mode change 100755 => 100644 homeassistant/components/switch/fritzbox.py mode change 100755 => 100644 tests/components/cover/test_init.py mode change 100755 => 100644 tests/fixtures/pushbullet_devices.json diff --git a/homeassistant/components/climate/fritzbox.py b/homeassistant/components/climate/fritzbox.py old mode 100755 new mode 100644 diff --git a/homeassistant/components/cover/group.py b/homeassistant/components/cover/group.py old mode 100755 new mode 100644 diff --git a/homeassistant/components/fritzbox.py b/homeassistant/components/fritzbox.py old mode 100755 new mode 100644 diff --git a/homeassistant/components/sensor/wirelesstag.py b/homeassistant/components/sensor/wirelesstag.py old mode 100755 new mode 100644 diff --git a/homeassistant/components/switch/amcrest.py b/homeassistant/components/switch/amcrest.py old mode 100755 new mode 100644 diff --git a/homeassistant/components/switch/fritzbox.py b/homeassistant/components/switch/fritzbox.py old mode 100755 new mode 100644 diff --git a/tests/components/cover/test_init.py b/tests/components/cover/test_init.py old mode 100755 new mode 100644 diff --git a/tests/fixtures/pushbullet_devices.json b/tests/fixtures/pushbullet_devices.json old mode 100755 new mode 100644