I switched to Google Calendar for the simple reason that there wasn’t a good functioning integration for Outlook at that time. I believe the o365 integration can handle this pretty well now, but I am too lazy to switch back and I’m perfectly fine with the Google Calendar being in it’s ecosystem anyways.
I will admit that setting it up was slightly harder if I remember it correctly, but nothing really special.
I have this button addon but the hold_action throws an error Failed to call service mqtt/publish. Must at least contain at least one off topic, topic_template. I have included the topic so not sure why this wouldn’t work.
Not sure if it will work, I don’t really use mqtt that much myself. But seeing the device you use has Tasmota, why not properly integrate it and then just do a service_call on the entity that gets created?
Hi Jim,
It’s not the integration itself, it’s the behaviour of the card I think. The calendar tab shows all calendars, both Google & Outlook ones. But in the card itself it returns an error message for the Outlook calendars. I’m now trying to link my Outlook calendar into Google but so far no luck.
To Whom It May Concern: integration of my Outlook.com calender into Google Calendar has been successful so that would solve my issue… Use the ICS link iso the HTML link!
I know this is fairly old but wonder whether you can give me a pointer. It appears you have some sensors that measure travel? time and time at a location; e.g. home for 1 min? Is that correct? If so how are you calculating this?
I’m trying to adopt the people card but face some issue with the placement of the location (home etc.).
Given I used the code from @jimz011 I’m not sure why this is out. Unless the dimensions of the pix are out. What are the pix dimensions or should this automatically resize as long as it’s square?
create a file on your config folder and call it command_line.yaml in this paste
# Latest HKI Version
- sensor:
name: HKI Latest Version
command: "curl -s https://jimz011.github.io/homekit-infused/version | grep 'Current Version' | sed 's/Current Version: //'"
scan_interval: 21600
# Latest Compatible HA Version
- sensor:
name: Latest Compatible HA Version
command: "curl -s https://jimz011.github.io/homekit-infused/version_compatible | grep 'Latest Compatible Version' | sed 's/Latest Compatible Version: //'"
scan_interval: 21600
# Latest Home Assistant Version
- sensor:
name: Home Assistant Latest Version
command: "curl -s https://www.home-assistant.io | grep 'Current Version' | sed 's/Current Version: //'"
scan_interval: 21600
then open up First go to folder \packages\homekit-infused\hki_sensors.yaml file and find the same sensors from above, but they will look like this
name: HKI Latest Version
command: "curl -s https://jimz011.github.io/homekit-infused/version | grep 'Current Version' | sed 's/Current Version: //'"
scan_interval: 21600
delete all 3 of the sensors from the " \packages\homekit-infused\hki_sensors.yaml " (Latest HKI version, latest compatible ha version, home assistant version) and then restart and its done
I have an issue with a custom add-on. This code was used in an earlier iteration of a (mushroom) dashboard. The issue is with animations.
Animations work on the HKI Custom Light theme but don’t work on the HKI Default. Could this be an inconsistency in the theme or do I need to change the code?
Couldn’t get this to work - even with the help of ChatGPT but found that the HKI Custom Dark theme works as needed so I put this onto the backburner for now.
I’m at a loss on what’s going on so maybe this will provide some help.
For a while now I have this strange situation where seemingly at random all lights in the house come on. I saw in the logbook that the sensor.current_entities_on changes count to 10 which is the current count of lights and I traced this back to homekit infused header-base.yaml.
Opening the file on the Studio Code Server in Home Assistant I have all these errors. I haven’t touched this file at all. While it doesn’t make logical sense that any issues in this file would affect my light entities I would like to understand why these errors show up and whether this could be related to the issue with the lights.
I’m running on the latest HKI release (2021.1.3) and Studio Code Server 5.8.1.
Hello,
Please help me to solve this issue. In the menu, regardless of what I do, the page appears to me as in the attched images. This issue occurs on Android and PC.
I was wanting to put a rooms view under menu them when I click it, it’ll open a rooms view and within that I can click on which room view I want to see. Is that possible? Thanks
Not sure I understand correctly. The attached is from my test setup. You can see the mix between rooms (e.g. bathroom) and device type (e.g. batteries).
You click on the room tile (bathroom) and it opens a new view with all devices in that room. Is that what youre after?
iam loving the dashboard and the possibility’s even it is a lot to take in for a beginner.
Iam adjusting the personal setup from @jimz011 and i came a long way.
i get stuck trying to get a flower card working, i want to use the custom:flower-card working but i cannot get it to work or even the plant-status addon for that part.
I have the view on the fav menu, iam using the split config but dont get what i have to put in the planten.yaml to make it work.
same is for the curtain, i have the gordijnen.yaml but cant figure out what i have to put in it.
Hopefully somebody can give me some pointers or examples.
Hi,
first of all I would like to thank you for this brilliant work - I managed to adapt many things to my dashboard but there is one thing I am struggling and I would kindly ask for help.:
I use Homematic on raspberrymatic and HA local integration with HMIP thermostats and homekit infused addon for thermostats.
I have 2 kinds of thermostats, etrv-2 and etrv-b. Basically the same but there must be something different. When clicking on the thermostat button in homekit infused the etrv-2 toggle between on and off as they should do. The etrv-b unfortunately do … nothing at all.
Anybody who had the same issue and solved it?
thanks in advance
HP