Vijayaram

git no pager diff

Mar 1st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Last login: Thu Mar 2 11:04:09 on ttys001
  2. Vijayarams-Air:~ vijay$ ssh pi@192.168.1.6
  3. pi@192.168.1.6's password:
  4. Permission denied, please try again.
  5. pi@192.168.1.6's password:
  6.  
  7. The programs included with the Debian GNU/Linux system are free software;
  8. the exact distribution terms for each program are described in the
  9. individual files in /usr/share/doc/*/copyright.
  10.  
  11. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  12. permitted by applicable law.
  13. Last login: Thu Mar 2 11:04:27 2017 from vijayarams-air.lan
  14.  
  15. SSH is enabled and the default password for the 'pi' user has not been changed.
  16. This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.
  17.  
  18. pi@hassbian:~ $ sudo -su homeassisatnt
  19. sudo: unknown user: homeassisatnt
  20. sudo: unable to initialize policy plugin
  21. pi@hassbian:~ $ sudo -su homeassistant
  22. homeassistant@hassbian:/home/pi $ cd
  23. homeassistant@hassbian:~ $ cd .homeassisstant
  24. bash: cd: .homeassisstant: No such file or directory
  25. homeassistant@hassbian:~ $ cd .homeassistant
  26. homeassistant@hassbian:~/.homeassistant $ git --no-pager diff
  27. diff --git a/configuration.yaml b/configuration.yaml
  28. index 3e47036..fa64238 100644
  29. --- a/configuration.yaml
  30. +++ b/configuration.yaml
  31. @@ -43,7 +43,12 @@ sun:
  32.  
  33. # Weather Prediction
  34. sensor:
  35. - platform: yr
  36. + - platform: yr
  37. + - platform: mqtt
  38. + state_topic: "tele/sonoff2/DHT/TEMPERATURE"
  39. + unit_of_measurement: '°C'
  40. + name: "Room Temperature"
  41. + value_template: '{{ value_json.temperature }}'
  42.  
  43. # Text to speech
  44. tts:
  45. @@ -63,7 +68,7 @@ automation:
  46. trigger:
  47. platform: sun
  48. event: sunset
  49. - offset: '+00:30:00'
  50. + offset: '+00:15:00'
  51. action:
  52. service: homeassistant.turn_on
  53. entity_id:
  54. @@ -84,3 +89,4 @@ light:
  55. devices:
  56. 192.168.1.123:
  57. name: Kitchen
  58. +?
  59. homeassistant@hassbian:~/.homeassistant $
Add Comment
Please, Sign In to add comment