Less fhem output

This commit is contained in:
Martin Bauer
2020-04-19 15:59:51 +02:00
parent 685a2199fc
commit 98aa37083b
4 changed files with 55 additions and 3 deletions

View File

@@ -267,7 +267,7 @@ def create_config(target_directory, development=False):
with open(os.path.join(target_directory, 'configuration.yaml'), 'w') as output:
output.write("# Dont' edit manually! this is generated!\n\n")
for key in ['sensor', 'switch', 'light', 'cover']:
for key in ['sensor', 'switch', 'light', 'cover', 'binary_sensor']:
if key in manual_config_dict:
all_devices[key].extend(manual_config_dict[key])
del manual_config_dict[key]

View File

@@ -149,6 +149,8 @@ lirc_network:
- host: musikserverWohnzimmerOben
port: 8765
binary_sensor:
- platform: lirc_network # sensor to show for each host if it is currently connected
media_player:
- platform: squeezebox_telnet