Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfester committed Nov 9, 2017
1 parent 187f3a2 commit 67b5b0e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 77 deletions.
13 changes: 3 additions & 10 deletions .gitignore
Expand Up @@ -90,13 +90,6 @@ docs/package-lock.json
*.deb
.snips_env

Snipsfile
Snipsfile.tmp
Snipsfile.old
Snipsfile.nyc
Snipsfile.robin
Snipsfile.base
Snipsfile.sonos
Snipsfile.blocks

assistant.zip
/Snipsfile*
/assistant.zip
/Snipsfiles
22 changes: 0 additions & 22 deletions Snipsfile.base

This file was deleted.

9 changes: 0 additions & 9 deletions Snipsfile.hue

This file was deleted.

23 changes: 0 additions & 23 deletions Snipsfile.old

This file was deleted.

11 changes: 0 additions & 11 deletions Snipsfile.sonos

This file was deleted.

2 changes: 1 addition & 1 deletion snipsmanager/commands/setup/systemd/bluetooth.py
Expand Up @@ -54,7 +54,7 @@ def setup_from_snipsfile(snipsfile):


@staticmethod
def setup_from_params(mqtt_hostname="localhost", mqtt_port=9898):
def setup_from_params(mqtt_hostname="localhost", mqtt_port=1883):
pp.pcommand("Setting up Bluetooth as a Systemd service")

if not is_raspi_os():
Expand Down
2 changes: 1 addition & 1 deletion snipsmanager/utils/snipsfile.py
Expand Up @@ -98,7 +98,7 @@ def __init__(self, snipsfile="Snipsfile"):
yaml_config, ['default_location'], 'Paris,fr')
self.mqtt_hostname = get(
yaml_config, ['mqtt_broker', 'hostname'], 'localhost')
self.mqtt_port = get(yaml_config, ['mqtt_broker', 'port'], 9898)
self.mqtt_port = get(yaml_config, ['mqtt_broker', 'port'], 1883)
self.modify_asoundrc = get(yaml_config, ['modify_asoundrc'], True)
self.modify_asoundconf = get(yaml_config, ['modify_asoundconf'], False)
self.microphone_config = MicrophoneConfig(yaml_config)
Expand Down

0 comments on commit 67b5b0e

Please sign in to comment.