Compare commits

..

No commits in common. "50e13dc0d3c2ef529fe309f15d7198932ae734e2" and "eaab4201978a51274dbb077a8a50190eaf48bfb4" have entirely different histories.

9 changed files with 28 additions and 25 deletions

View File

@ -960,7 +960,9 @@ Feel free to join the conversations there.
[![Screenshot of Alarm Clock View](https://i.imgur.com/mLMrky1.jpg)](https://www.vcloudinfo.com/2017/11/building-worlds-greatest-smart-alarm.html)
[![Screenshot of Alarm View](https://i.imgur.com/zmb3Rtn.png)](https://www.vcloudinfo.com/2017/07/visualizing-smart-home-using-home.html)
**All files are now being edited with [VSCode](https://code.visualstudio.com/).**
**All files are now being edited with [Atom](https://atom.io/).**
**All of my configuration files are tested against the most stable version of home-assistant using [Travis](https://travis-ci.org/CCOSTAN/Home-AssistantConfig).**
**Still have questions on my Config?** <br>
**Message me on twitter :** [![Follow CCostan](https://img.shields.io/twitter/follow/CCostan)](https://www.twitter.com/ccostan) or [![Follow Bear Stone Home](https://img.shields.io/twitter/follow/BearStoneHA)](https://www.twitter.com/BearStoneHA)

View File

@ -6,6 +6,7 @@
<h4 align="center">Be sure to :star: my configuration repo so you can keep up to date on any daily progress!</h4>
<div align="center">
<h4>
<a href="https://travis-ci.org/CCOSTAN/Home-AssistantConfig"><img src="https://travis-ci.org/CCOSTAN/Home-AssistantConfig.svg?branch=master"/></a>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/stargazers"><img src="https://img.shields.io/github/stars/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/></a>
<a href="https://github.com/CCOSTAN/Home-AssistantConfig/commits/master"><img src="https://img.shields.io/github/last-commit/CCOSTAN/Home-AssistantConfig.svg?style=plasticr"/></a>
</h4>

View File

@ -1 +1 @@
2023.1.2
2022.12.7

View File

@ -18,7 +18,7 @@
</h4>
</div>
<p><font size="3">
This is the main directory of the Repo. You will find more helpful ReadMe files in the directories as you browse them. Not all but each day I add more. I use a configuration type called split configuration. So my main configuration.yaml file is broken out into many different files located in the directories. Be sure to visit the package directory where practically self contained YAML files exist that you can easily drop into your configurations to be up and running fast with various automations and components. You can also subscribe via RSS to every commit I make in this repo by clicking the Feed icon on the bottom of this page. </p>
This is the main directory of the Repo. You will find more helpful ReadMe files in the directoies as you browse them. Not all but each day I add more. I use a configuration type called split configuration. So my main configuration.yaml file is broken out into many different files located in the directories. Be sure to visit the package directory where practically self contained YAML files exist that you can easily drop into your configurations to be up and running fast with various automations and components. You can also subscribe via RSS to every commit I make in this repo by clicking the Feed icon on the bottom of this page. </p>
<div align="center"><a name="menu"></a>
<h4>
<a href="https://www.vCloudInfo.com/tag/iot">

View File

@ -144,7 +144,7 @@ logger: !include logger.yaml
recorder: !include recorder.yaml
mqtt:
# client_id: home-assistant-Carlo
client_id: home-assistant-Carlo
# zwave:
# usb_path: /dev/ttyACM0

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
import nodeResolve from "@rollup/plugin-node-resolve";
import json from "@rollup/plugin-json";
import typescript from "rollup-plugin-typescript2";
import terser from "@rollup/plugin-terser";
import { terser } from "rollup-plugin-terser";
import babel from "@rollup/plugin-babel";
const dev = process.env.ROLLUP_WATCH;