Logger: homeassistant.config_entries
Source: config_entries.py:349
First occurred: September 29, 2022 at 14:36:48 (1 occurrences)
Last logged: September 29, 2022 at 14:36:48
Migration handler not found for entry Browser Mod for browser_mod
Hi everyone,
I’m brand new to HKI, and I’m struggling with using lovelace cards. Can someone have a look at what I’m doing with the conditional card below and tell me why it isn’t showing up? Thanks
views: # NEVER REMOVE THIS LINE
# Default views (you can edit them!)
# Home
home:
title: greeting
show_in_navbar: true
show_in_menu: false
icon: mdi:home
addons:
welcome_message:
- title: hide
favorites:
- title: hide
columns: 3
# Menu
menu:
title: Menu
show_in_navbar: true
show_in_menu: false
subtitle: "[[[ return `HKI 5 v.${states['sensor.hki_current_version'].state}`; ]]]"
icon: mdi:apps
addons:
favorites:
- title: Favorites
menu:
- title: Menu
# Add your own views below this line!
# Lights (example)
lights:
title: Lights
show_in_favorites: true
icon: mdi:lightbulb
cards:
- type: vertical-stack
cards:
- type: custom:auto-entities
show_empty: true
card:
type: glance
title: Lights on
filter:
include:
- domain: light
state: "on"
options:
tap_action:
action: toggle
Hey, Jim. I come from China. I first knew that HKI was version 3.5. I always used HKI4, but I never dared to try HKI5.
I have learned from your configuration documents. What I want to ask is:
How can I divide a view into three or four fixed columns; Under the views folder, can I create a folder for each view instead of a document.
I learned from your elements configuration, but only two people’s configuration is normal, and the configuration of other members will be the same as that of tala (as shown in the figure). How can I adjust it.
1b. You can split the view by adding a line into your view.yaml file e.g.
views:
!include_dir_merge_named ../views
You can then create a folder in /hki-user/ named views (so path looks like this /hki-user/views/).
You can then create separate files for your views like shown here:
Reuse the same elements instead of using the example elements for my dog. e.g.
addons:
picture_elements:
- title: hide
columns: 2
cards:
- image: /local/images/PERSON1.png
elements:
!include ../elements/frontpage-photo-PERSON1.yaml
- image: /local/images/PERSON2.png
elements:
!include ../elements/frontpage-photo-PERSON2.yaml
- image: /local/images/PERSON3.png
elements:
!include ../elements/frontpage-photo-PERSON3.yaml # Copy this from PERSON1, rename the file and add the correct information.
- image: /local/images/PERSON4.png # Copy this from PERSON2, rename the file and add the correct information.
elements:
!include ../elements/frontpage-photo-PERSON4.yaml
If you need a 5th or 6th person, you should copy the first 2 persons again and then adjust the configuration to match that person.
HKI doesn’t always know what kind of lights you have, you can force HKI to show the RGB or Color-Temp preset buttons.
addons:
button:
- title: Livingroom
entities:
- entity: light.living_ceiling
type: color-temp # add the type paramter to the specific entity to change the popup type
- entity: light.living_floor_lamp
type: rgb # add the type paramter to the specific entity to change the popup type
I hope this helps you out, note that this ONLY works for HKI5 (HKI 2022.3.0 or higher) and that some features only work on the latest versions of HKI. If you did not start to use HKI 5 yet, I will highly suggest you start doing that. It is very stable and at the current rate I only update a handful of times per year (which is 99% of the time simply copy/paste and done work). There are hardly any breaking changes throughout the year so it should be easier for you to keep up with being up to date without worrying that the config changes too much.
Last but not least, HKI 5 offers over 200+ extra features compared to HKI 4 and is much more flexible.
Thank you very much!
I have carefully read the detailed instructions on your home page again and benefited a lot; Of course, the answers to the above questions have also been found.
Thank you again!
Hey, Jim.
I think I found the problem.
I replaced the person3 and person4 photos with person1 and person2 photos and then the view showed up fine.
I will check my photos again.
Thanks a lot!
I’m playing around with the simple_weather card and can’t get the custom: function to work to override the temperature with a custom sensor. This should in theory work:
Anyone seeing issues with pop-ups not working? It seems to correlate to some recent updates to pop up card and other card mods (but can’t be sure). Cleared cache, tried different browsers and users, pop-ups aren’t working