Less fhem output
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user